Html Css Color HEX #A799F2 Biloba Flower

📋 copy color: '#A799F2'

red 167 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #A799F2

Tints of Biloba Flower #A799F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.06%

R = 29.72%
G = 27.22%
B = 43.06%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A799F2 (or 0xA799F2) is known color: Biloba Flower. HEX triplet: A7, 99 and F2. RGB value is (167,153,242). Sum of RGB (Red+Green+Blue) = 167+153+242=562 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.72% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #A799F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799F2 is #58660D. Grayscale: #A6A6A6. Windows color (decimal): -5793294 or 15899047. OLE color: 15899047.

HSL color Cylindrical-coordinate representation of color #A799F2: hue angle of 249.44º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A799F2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 153 242 -
CMYK 0.31 0.37 0 0.05
HSL 249.44º 0.77% 0.77% -
HSV(B) 249.44º 0.37% 0.95% -
XYZ 43.35 37.41 88.94 -
YUV 167.33 170.14 127.76 -
System Red Green Blue C M Y K H S L
Decimal 167 153 242 0.31 0.37 0 0.05 249.44 0.77 0.77
Hex A7 99 F2 1F 25 0 5 F9 4D 4D
Octal 247 231 362 37 45 0 5 371 115 115
Binary 10100111 10011001 11110010 11111 100101 0 101 11111001 1001101 1001101

Color Harmonies of #A799F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799F2

Black with #A799F2

Text Example


Text Example

White with #A799F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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