Html Css Color HEX #A995DF Biloba Flower

📋 copy color: '#A995DF'

red 169 ◦ green 149 ◦ blue 223

#A995DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A995DF

Tints of Biloba Flower #A995DF

RGB

 RED value IS 169 (66.41% from 255) = 31.24%

 GREEN value IS 149 (58.59% from 255) = 27.54%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 31.24%
G = 27.54%
B = 41.22%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A995DF (or 0xA995DF) is known color: Biloba Flower. HEX triplet: A9, 95 and DF. RGB value is (169,149,223). Sum of RGB (Red+Green+Blue) = 169+149+223=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #A995DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995DF is #566A20. Grayscale: #A3A3A3. Windows color (decimal): -5663265 or 14652841. OLE color: 14652841.

HSL color Cylindrical-coordinate representation of color #A995DF: hue angle of 256.22º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A995DF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 149 223 -
CMYK 0.24 0.33 0 0.13
HSL 256.22º 0.54% 0.73% -
HSV(B) 256.22º 0.33% 0.87% -
XYZ 40.43 35.26 74.49 -
YUV 163.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 169 149 223 0.24 0.33 0 0.13 256.22 0.54 0.73
Hex A9 95 DF 18 21 0 D 100 36 49
Octal 251 225 337 30 41 0 15 400 66 111
Binary 10101001 10010101 11011111 11000 100001 0 1101 100000000 110110 1001001

Color Harmonies of #A995DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995DF

Black with #A995DF

Text Example


Text Example

White with #A995DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995DF; }

 p { color: rgb(169,149,223); }

 H1.HeaderClassName
 {
   color: #A995DF;
 }
 .AnyTagClassName
 {
   color: #A995DF;
 }
</style>

background-color css

<style>
 a { background-color: #A995DF; }

 a { background-color: rgb(169,149,223); }

 div.DivClassName
 {
   background-color: #A995DF;
 }
 .BgClassName
 {
   background-color: #A995DF;
 }
</style>

border-color css

<style>
 span { border-color: #A995DF; }

 span { border-color: rgb(169,149,223); }

 td.TdClassName
 {
   border-color: #A995DF;
 }
 .TagClassName
 {
   border-color: #A995DF;
 }
</style>