Html Css Color HEX #A995CB Biloba Flower

📋 copy color: '#A995CB'

red 169 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A995CB

Tints of Biloba Flower #A995CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 32.44%
G = 28.6%
B = 38.96%

CMYK

 C value IS 0.17

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A995CB (or 0xA995CB) is known color: Biloba Flower. HEX triplet: A9, 95 and CB. RGB value is (169,149,203). Sum of RGB (Red+Green+Blue) = 169+149+203=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #A995CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A995CB is #566A34. Grayscale: #A0A0A0. Windows color (decimal): -5663285 or 13342121. OLE color: 13342121.

HSL color Cylindrical-coordinate representation of color #A995CB: hue angle of 262.22º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A995CB is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 169 149 203 -
CMYK 0.17 0.27 0 0.20
HSL 262.22º 0.34% 0.69% -
HSV(B) 262.22º 0.27% 0.8% -
XYZ 37.89 34.24 61.11 -
YUV 161.14 151.63 133.61 -
System Red Green Blue C M Y K H S L
Decimal 169 149 203 0.17 0.27 0 0.20 262.22 0.34 0.69
Hex A9 95 CB 11 1B 0 14 106 22 45
Octal 251 225 313 21 33 0 24 406 42 105
Binary 10101001 10010101 11001011 10001 11011 0 10100 100000110 100010 1000101

Color Harmonies of #A995CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A995CB

Black with #A995CB

Text Example


Text Example

White with #A995CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A995CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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