Html Css Color HEX #A796E0 Biloba Flower

📋 copy color: '#A796E0'

red 167 ◦ green 150 ◦ blue 224

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

Shades of Biloba Flower #A796E0

Tints of Biloba Flower #A796E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.4%

R = 30.87%
G = 27.73%
B = 41.4%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A796E0 (or 0xA796E0) is known color: Biloba Flower. HEX triplet: A7, 96 and E0. RGB value is (167,150,224). Sum of RGB (Red+Green+Blue) = 167+150+224=541 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.87% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #A796E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A796E0 is #58691F. Grayscale: #A3A3A3. Windows color (decimal): -5794080 or 14718631. OLE color: 14718631.

HSL color Cylindrical-coordinate representation of color #A796E0: hue angle of 253.78º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A796E0 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 150 224 -
CMYK 0.25 0.33 0 0.12
HSL 253.78º 0.54% 0.73% -
HSV(B) 253.78º 0.33% 0.88% -
XYZ 40.3 35.41 75.23 -
YUV 163.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 167 150 224 0.25 0.33 0 0.12 253.78 0.54 0.73
Hex A7 96 E0 19 21 0 C FE 36 49
Octal 247 226 340 31 41 0 14 376 66 111
Binary 10100111 10010110 11100000 11001 100001 0 1100 11111110 110110 1001001

Color Harmonies of #A796E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796E0

Black with #A796E0

Text Example


Text Example

White with #A796E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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