Html Css Color HEX #A796F9 Biloba Flower

📋 copy color: '#A796F9'

red 167 ◦ green 150 ◦ blue 249

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

Shades of Biloba Flower #A796F9

Tints of Biloba Flower #A796F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.99%

R = 29.51%
G = 26.5%
B = 43.99%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A796F9 (or 0xA796F9) is known color: Biloba Flower. HEX triplet: A7, 96 and F9. RGB value is (167,150,249). Sum of RGB (Red+Green+Blue) = 167+150+249=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #A796F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A796F9 is #586906. Grayscale: #A5A5A5. Windows color (decimal): -5794055 or 16357031. OLE color: 16357031.

HSL color Cylindrical-coordinate representation of color #A796F9: hue angle of 250.3º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A796F9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 150 249 -
CMYK 0.33 0.40 0 0.02
HSL 250.3º 0.89% 0.78% -
HSV(B) 250.3º 0.4% 0.98% -
XYZ 43.94 36.87 94.42 -
YUV 166.37 174.63 128.45 -
System Red Green Blue C M Y K H S L
Decimal 167 150 249 0.33 0.40 0 0.02 250.3 0.89 0.78
Hex A7 96 F9 21 28 0 2 FA 59 4E
Octal 247 226 371 41 50 0 2 372 131 116
Binary 10100111 10010110 11111001 100001 101000 0 10 11111010 1011001 1001110

Color Harmonies of #A796F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A796F9

Black with #A796F9

Text Example


Text Example

White with #A796F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A796F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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