Html Css Color HEX #A496D1 Biloba Flower

📋 copy color: '#A496D1'

red 164 ◦ green 150 ◦ blue 209

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

Shades of Biloba Flower #A496D1

Tints of Biloba Flower #A496D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.96%

R = 31.36%
G = 28.68%
B = 39.96%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A496D1 (or 0xA496D1) is known color: Biloba Flower. HEX triplet: A4, 96 and D1. RGB value is (164,150,209). Sum of RGB (Red+Green+Blue) = 164+150+209=523 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.36% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 209 (82.03% from 255 or 39.96% from 523); Max value from RGB is 209 - color contains mainly: blue. Hex color #A496D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A496D1 is #5B692E. Grayscale: #A0A0A0. Windows color (decimal): -5990703 or 13735588. OLE color: 13735588.

HSL color Cylindrical-coordinate representation of color #A496D1: hue angle of 254.24º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A496D1 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 150 209 -
CMYK 0.22 0.28 0 0.18
HSL 254.24º 0.39% 0.7% -
HSV(B) 254.24º 0.28% 0.82% -
XYZ 37.72 34.31 64.96 -
YUV 160.91 155.14 130.2 -
System Red Green Blue C M Y K H S L
Decimal 164 150 209 0.22 0.28 0 0.18 254.24 0.39 0.7
Hex A4 96 D1 16 1C 0 12 FE 27 46
Octal 244 226 321 26 34 0 22 376 47 106
Binary 10100100 10010110 11010001 10110 11100 0 10010 11111110 100111 1000110

Color Harmonies of #A496D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A496D1

Black with #A496D1

Text Example


Text Example

White with #A496D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A496D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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