Html Css Color HEX #A796D2 Biloba Flower

📋 copy color: '#A796D2'

red 167 ◦ green 150 ◦ blue 210

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

Shades of Biloba Flower #A796D2

Tints of Biloba Flower #A796D2

RGB

 RED value IS 167 (65.63% from 255) = 31.69%

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

 BLUE value IS 210 (82.42% from 255) = 39.85%

R = 31.69%
G = 28.46%
B = 39.85%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A796D2 (or 0xA796D2) is known color: Biloba Flower. HEX triplet: A7, 96 and D2. RGB value is (167,150,210). Sum of RGB (Red+Green+Blue) = 167+150+210=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #A796D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796D2 is #58692D. Grayscale: #A1A1A1. Windows color (decimal): -5794094 or 13801127. OLE color: 13801127.

HSL color Cylindrical-coordinate representation of color #A796D2: hue angle of 257º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A796D2 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 167 150 210 -
CMYK 0.20 0.29 0 0.18
HSL 257º 0.4% 0.71% -
HSV(B) 257º 0.29% 0.82% -
XYZ 38.48 34.68 65.64 -
YUV 161.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 167 150 210 0.20 0.29 0 0.18 257 0.4 0.71
Hex A7 96 D2 14 1D 0 12 101 28 47
Octal 247 226 322 24 35 0 22 401 50 107
Binary 10100111 10010110 11010010 10100 11101 0 10010 100000001 101000 1000111

Color Harmonies of #A796D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796D2

Black with #A796D2

Text Example


Text Example

White with #A796D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796D2; }

 p { color: rgb(167,150,210); }

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

background-color css

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

 a { background-color: rgb(167,150,210); }

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

border-color css

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

 span { border-color: rgb(167,150,210); }

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