Html Css Color HEX #AD99C6 Biloba Flower

📋 copy color: '#AD99C6'

red 173 ◦ green 153 ◦ blue 198

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

Shades of Biloba Flower #AD99C6

Tints of Biloba Flower #AD99C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.79%

R = 33.02%
G = 29.2%
B = 37.79%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD99C6 (or 0xAD99C6) is known color: Biloba Flower. HEX triplet: AD, 99 and C6. RGB value is (173,153,198). Sum of RGB (Red+Green+Blue) = 173+153+198=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 153 (60.16% from 255 or 29.20% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 198 - color contains mainly: blue. Hex color #AD99C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C6 is #526639. Grayscale: #A3A3A3. Windows color (decimal): -5400122 or 13015469. OLE color: 13015469.

HSL color Cylindrical-coordinate representation of color #AD99C6: hue angle of 266.67º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AD99C6 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 153 198 -
CMYK 0.13 0.23 0 0.22
HSL 266.67º 0.28% 0.69% -
HSV(B) 266.67º 0.23% 0.78% -
XYZ 38.82 35.74 58.28 -
YUV 164.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 173 153 198 0.13 0.23 0 0.22 266.67 0.28 0.69
Hex AD 99 C6 D 17 0 16 10B 1C 45
Octal 255 231 306 15 27 0 26 413 34 105
Binary 10101101 10011001 11000110 1101 10111 0 10110 100001011 11100 1000101

Color Harmonies of #AD99C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C6

Black with #AD99C6

Text Example


Text Example

White with #AD99C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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