Html Css Color HEX #A496CC Biloba Flower

📋 copy color: '#A496CC'

red 164 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #A496CC

Tints of Biloba Flower #A496CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 31.66%
G = 28.96%
B = 39.38%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A496CC (or 0xA496CC) is known color: Biloba Flower. HEX triplet: A4, 96 and CC. RGB value is (164,150,204). Sum of RGB (Red+Green+Blue) = 164+150+204=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #A496CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496CC is #5B6933. Grayscale: #A0A0A0. Windows color (decimal): -5990708 or 13407908. OLE color: 13407908.

HSL color Cylindrical-coordinate representation of color #A496CC: hue angle of 255.56º degrees, saturation: 0.35, 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 #A496CC is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 150 204 -
CMYK 0.20 0.26 0 0.2
HSL 255.56º 0.35% 0.69% -
HSV(B) 255.56º 0.26% 0.8% -
XYZ 37.12 34.06 61.75 -
YUV 160.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 164 150 204 0.20 0.26 0 0.2 255.56 0.35 0.69
Hex A4 96 CC 14 1A 0 14 100 23 45
Octal 244 226 314 24 32 0 24 400 43 105
Binary 10100100 10010110 11001100 10100 11010 0 10100 100000000 100011 1000101

Color Harmonies of #A496CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496CC

Black with #A496CC

Text Example


Text Example

White with #A496CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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