Html Css Color HEX #AD99F3 Biloba Flower

📋 copy color: '#AD99F3'

red 173 ◦ green 153 ◦ blue 243

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

Shades of Biloba Flower #AD99F3

Tints of Biloba Flower #AD99F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.71%

R = 30.4%
G = 26.89%
B = 42.71%

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

#AD99F3 (or 0xAD99F3) is known color: Biloba Flower. HEX triplet: AD, 99 and F3. RGB value is (173,153,243). Sum of RGB (Red+Green+Blue) = 173+153+243=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 153 (60.16% from 255 or 26.89% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #AD99F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD99F3 is #52660C. Grayscale: #A8A8A8. Windows color (decimal): -5400077 or 15964589. OLE color: 15964589.

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

Color convert

RGB 173 153 243 -
CMYK 0.29 0.37 0 0.05
HSL 253.33º 0.79% 0.78% -
HSV(B) 253.33º 0.37% 0.95% -
XYZ 44.8 38.14 89.79 -
YUV 169.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 173 153 243 0.29 0.37 0 0.05 253.33 0.79 0.78
Hex AD 99 F3 1D 25 0 5 FD 4F 4E
Octal 255 231 363 35 45 0 5 375 117 116
Binary 10101101 10011001 11110011 11101 100101 0 101 11111101 1001111 1001110

Color Harmonies of #AD99F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99F3

Black with #AD99F3

Text Example


Text Example

White with #AD99F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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