Html Css Color HEX #A999F0 Biloba Flower

📋 copy color: '#A999F0'

red 169 ◦ green 153 ◦ blue 240

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

Shades of Biloba Flower #A999F0

Tints of Biloba Flower #A999F0

RGB

 RED value IS 169 (66.41% from 255) = 30.07%

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

 BLUE value IS 240 (94.14% from 255) = 42.7%

R = 30.07%
G = 27.22%
B = 42.7%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A999F0 (or 0xA999F0) is known color: Biloba Flower. HEX triplet: A9, 99 and F0. RGB value is (169,153,240). Sum of RGB (Red+Green+Blue) = 169+153+240=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 240 (94.14% from 255 or 42.70% from 562); Max value from RGB is 240 - color contains mainly: blue. Hex color #A999F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A999F0 is #56660F. Grayscale: #A7A7A7. Windows color (decimal): -5662224 or 15767977. OLE color: 15767977.

HSL color Cylindrical-coordinate representation of color #A999F0: hue angle of 251.03º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A999F0 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 153 240 -
CMYK 0.30 0.36 0 0.06
HSL 251.03º 0.74% 0.77% -
HSV(B) 251.03º 0.36% 0.94% -
XYZ 43.48 37.51 87.39 -
YUV 167.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 169 153 240 0.30 0.36 0 0.06 251.03 0.74 0.77
Hex A9 99 F0 1E 24 0 6 FB 4A 4D
Octal 251 231 360 36 44 0 6 373 112 115
Binary 10101001 10011001 11110000 11110 100100 0 110 11111011 1001010 1001101

Color Harmonies of #A999F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999F0

Black with #A999F0

Text Example


Text Example

White with #A999F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999F0; }

 p { color: rgb(169,153,240); }

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

background-color css

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

 a { background-color: rgb(169,153,240); }

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

border-color css

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

 span { border-color: rgb(169,153,240); }

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