Html Css Color HEX #A496CE Biloba Flower

📋 copy color: '#A496CE'

red 164 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #A496CE

Tints of Biloba Flower #A496CE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.85%

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

R = 31.54%
G = 28.85%
B = 39.62%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A496CE (or 0xA496CE) is known color: Biloba Flower. HEX triplet: A4, 96 and CE. RGB value is (164,150,206). Sum of RGB (Red+Green+Blue) = 164+150+206=520 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.54% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #A496CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496CE is #5B6931. Grayscale: #A0A0A0. Windows color (decimal): -5990706 or 13538980. OLE color: 13538980.

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

Color convert

RGB 164 150 206 -
CMYK 0.20 0.27 0 0.19
HSL 255º 0.36% 0.7% -
HSV(B) 255º 0.27% 0.81% -
XYZ 37.36 34.16 63.02 -
YUV 160.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 164 150 206 0.20 0.27 0 0.19 255 0.36 0.7
Hex A4 96 CE 14 1B 0 13 FF 24 46
Octal 244 226 316 24 33 0 23 377 44 106
Binary 10100100 10010110 11001110 10100 11011 0 10011 11111111 100100 1000110

Color Harmonies of #A496CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496CE

Black with #A496CE

Text Example


Text Example

White with #A496CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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