Html Css Color HEX #A799FF Biloba Flower

📋 copy color: '#A799FF'

red 167 ◦ green 153 ◦ blue 255

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

Shades of Biloba Flower #A799FF

Tints of Biloba Flower #A799FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 29.04%
G = 26.61%
B = 44.35%

CMYK

 C value IS 0.35

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A799FF (or 0xA799FF) is known color: Biloba Flower. HEX triplet: A7, 99 and FF. RGB value is (167,153,255). Sum of RGB (Red+Green+Blue) = 167+153+255=575 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.04% from 575); Green value is 153 (60.16% from 255 or 26.61% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A799FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A799FF is #586600. Grayscale: #A8A8A8. Windows color (decimal): -5793281 or 16751015. OLE color: 16751015.

HSL color Cylindrical-coordinate representation of color #A799FF: hue angle of 248.24º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A799FF is Cyan = 0.35, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 153 255 -
CMYK 0.35 0.4 0 0
HSL 248.24º 1% 0.8% -
HSV(B) 248.24º 0.4% 1% -
XYZ 45.38 38.22 99.59 -
YUV 168.81 176.64 126.71 -
System Red Green Blue C M Y K H S L
Decimal 167 153 255 0.35 0.4 0 0 248.24 1 0.8
Hex A7 99 FF 23 28 0 0 F8 64 50
Octal 247 231 377 43 50 0 0 370 144 120
Binary 10100111 10011001 11111111 100011 101000 0 0 11111000 1100100 1010000

Color Harmonies of #A799FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A799FF

Black with #A799FF

Text Example


Text Example

White with #A799FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A799FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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