Html Css Color HEX #AD99F2 Biloba Flower

📋 copy color: '#AD99F2'

red 173 ◦ green 153 ◦ blue 242

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

Shades of Biloba Flower #AD99F2

Tints of Biloba Flower #AD99F2

RGB

 RED value IS 173 (67.97% from 255) = 30.46%

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

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

R = 30.46%
G = 26.94%
B = 42.61%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD99F2 (or 0xAD99F2) is known color: Biloba Flower. HEX triplet: AD, 99 and F2. RGB value is (173,153,242). Sum of RGB (Red+Green+Blue) = 173+153+242=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD99F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F2 is #52660D. Grayscale: #A8A8A8. Windows color (decimal): -5400078 or 15899053. OLE color: 15899053.

HSL color Cylindrical-coordinate representation of color #AD99F2: hue angle of 253.48º 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 #AD99F2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 153 242 -
CMYK 0.29 0.37 0 0.05
HSL 253.48º 0.77% 0.77% -
HSV(B) 253.48º 0.37% 0.95% -
XYZ 44.65 38.08 89 -
YUV 169.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 173 153 242 0.29 0.37 0 0.05 253.48 0.77 0.77
Hex AD 99 F2 1D 25 0 5 FD 4D 4D
Octal 255 231 362 35 45 0 5 375 115 115
Binary 10101101 10011001 11110010 11101 100101 0 101 11111101 1001101 1001101

Color Harmonies of #AD99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99F2

Black with #AD99F2

Text Example


Text Example

White with #AD99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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