Html Css Color HEX #A496CB Biloba Flower

📋 copy color: '#A496CB'

red 164 ◦ green 150 ◦ blue 203

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

Shades of Biloba Flower #A496CB

Tints of Biloba Flower #A496CB

RGB

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

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

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

R = 31.72%
G = 29.01%
B = 39.26%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A496CB (or 0xA496CB) is known color: Biloba Flower. HEX triplet: A4, 96 and CB. RGB value is (164,150,203). Sum of RGB (Red+Green+Blue) = 164+150+203=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #A496CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496CB is #5B6934. Grayscale: #A0A0A0. Windows color (decimal): -5990709 or 13342372. OLE color: 13342372.

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

Color convert

RGB 164 150 203 -
CMYK 0.19 0.26 0 0.20
HSL 255.85º 0.34% 0.69% -
HSV(B) 255.85º 0.26% 0.8% -
XYZ 37 34.02 61.12 -
YUV 160.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 164 150 203 0.19 0.26 0 0.20 255.85 0.34 0.69
Hex A4 96 CB 13 1A 0 14 100 22 45
Octal 244 226 313 23 32 0 24 400 42 105
Binary 10100100 10010110 11001011 10011 11010 0 10100 100000000 100010 1000101

Color Harmonies of #A496CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496CB

Black with #A496CB

Text Example


Text Example

White with #A496CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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