Html Css Color HEX #A495CB Biloba Flower

📋 copy color: '#A495CB'

red 164 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A495CB

Tints of Biloba Flower #A495CB

RGB

 RED value IS 164 (64.45% from 255) = 31.78%

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

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

R = 31.78%
G = 28.88%
B = 39.34%

CMYK

 C value IS 0.19

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A495CB (or 0xA495CB) is known color: Biloba Flower. HEX triplet: A4, 95 and CB. RGB value is (164,149,203). Sum of RGB (Red+Green+Blue) = 164+149+203=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #A495CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495CB is #5B6A34. Grayscale: #9F9F9F. Windows color (decimal): -5990965 or 13342116. OLE color: 13342116.

HSL color Cylindrical-coordinate representation of color #A495CB: hue angle of 256.67º 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 #A495CB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 149 203 -
CMYK 0.19 0.27 0 0.20
HSL 256.67º 0.34% 0.69% -
HSV(B) 256.67º 0.27% 0.8% -
XYZ 36.84 33.7 61.06 -
YUV 159.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 164 149 203 0.19 0.27 0 0.20 256.67 0.34 0.69
Hex A4 95 CB 13 1B 0 14 101 22 45
Octal 244 225 313 23 33 0 24 401 42 105
Binary 10100100 10010101 11001011 10011 11011 0 10100 100000001 100010 1000101

Color Harmonies of #A495CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495CB

Black with #A495CB

Text Example


Text Example

White with #A495CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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