Html Css Color HEX #A799EA Biloba Flower

📋 copy color: '#A799EA'

red 167 ◦ green 153 ◦ blue 234

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

Shades of Biloba Flower #A799EA

Tints of Biloba Flower #A799EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 27.62%

 BLUE value IS 234 (91.8% from 255) = 42.24%

R = 30.14%
G = 27.62%
B = 42.24%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A799EA (or 0xA799EA) is known color: Biloba Flower. HEX triplet: A7, 99 and EA. RGB value is (167,153,234). Sum of RGB (Red+Green+Blue) = 167+153+234=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #A799EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799EA is #586615. Grayscale: #A6A6A6. Windows color (decimal): -5793302 or 15374759. OLE color: 15374759.

HSL color Cylindrical-coordinate representation of color #A799EA: hue angle of 250.37º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A799EA is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 153 234 -
CMYK 0.29 0.35 0 0.08
HSL 250.37º 0.66% 0.76% -
HSV(B) 250.37º 0.35% 0.92% -
XYZ 42.18 36.94 82.75 -
YUV 166.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 167 153 234 0.29 0.35 0 0.08 250.37 0.66 0.76
Hex A7 99 EA 1D 23 0 8 FA 42 4C
Octal 247 231 352 35 43 0 10 372 102 114
Binary 10100111 10011001 11101010 11101 100011 0 1000 11111010 1000010 1001100

Color Harmonies of #A799EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799EA

Black with #A799EA

Text Example


Text Example

White with #A799EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799EA; }

 p { color: rgb(167,153,234); }

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

background-color css

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

 a { background-color: rgb(167,153,234); }

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

border-color css

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

 span { border-color: rgb(167,153,234); }

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