Html Css Color HEX #A496C8 Biloba Flower

📋 copy color: '#A496C8'

red 164 ◦ green 150 ◦ blue 200

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

Shades of Biloba Flower #A496C8

Tints of Biloba Flower #A496C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 31.91%
G = 29.18%
B = 38.91%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A496C8 (or 0xA496C8) is known color: Biloba Flower. HEX triplet: A4, 96 and C8. RGB value is (164,150,200). Sum of RGB (Red+Green+Blue) = 164+150+200=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 200 - color contains mainly: blue. Hex color #A496C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496C8 is #5B6937. Grayscale: #9F9F9F. Windows color (decimal): -5990712 or 13145764. OLE color: 13145764.

HSL color Cylindrical-coordinate representation of color #A496C8: hue angle of 256.8º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A496C8 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 150 200 -
CMYK 0.18 0.25 0 0.22
HSL 256.8º 0.31% 0.69% -
HSV(B) 256.8º 0.25% 0.78% -
XYZ 36.64 33.88 59.25 -
YUV 159.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 164 150 200 0.18 0.25 0 0.22 256.8 0.31 0.69
Hex A4 96 C8 12 19 0 16 101 1F 45
Octal 244 226 310 22 31 0 26 401 37 105
Binary 10100100 10010110 11001000 10010 11001 0 10110 100000001 11111 1000101

Color Harmonies of #A496C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496C8

Black with #A496C8

Text Example


Text Example

White with #A496C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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