Html Css Color HEX #A495CE Biloba Flower

📋 copy color: '#A495CE'

red 164 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #A495CE

Tints of Biloba Flower #A495CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.69%

R = 31.6%
G = 28.71%
B = 39.69%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A495CE (or 0xA495CE) is known color: Biloba Flower. HEX triplet: A4, 95 and CE. RGB value is (164,149,206). Sum of RGB (Red+Green+Blue) = 164+149+206=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A495CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A495CE is #5B6A31. Grayscale: #9F9F9F. Windows color (decimal): -5990962 or 13538724. OLE color: 13538724.

HSL color Cylindrical-coordinate representation of color #A495CE: hue angle of 255.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A495CE is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 149 206 -
CMYK 0.20 0.28 0 0.19
HSL 255.79º 0.37% 0.7% -
HSV(B) 255.79º 0.28% 0.81% -
XYZ 37.2 33.84 62.96 -
YUV 159.98 153.97 130.87 -
System Red Green Blue C M Y K H S L
Decimal 164 149 206 0.20 0.28 0 0.19 255.79 0.37 0.7
Hex A4 95 CE 14 1C 0 13 100 25 46
Octal 244 225 316 24 34 0 23 400 45 106
Binary 10100100 10010101 11001110 10100 11100 0 10011 100000000 100101 1000110

Color Harmonies of #A495CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A495CE

Black with #A495CE

Text Example


Text Example

White with #A495CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A495CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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