Html Css Color HEX #AD99C8 Biloba Flower

📋 copy color: '#AD99C8'

red 173 ◦ green 153 ◦ blue 200

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

Shades of Biloba Flower #AD99C8

Tints of Biloba Flower #AD99C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 32.89%
G = 29.09%
B = 38.02%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD99C8 (or 0xAD99C8) is known color: Biloba Flower. HEX triplet: AD, 99 and C8. RGB value is (173,153,200). Sum of RGB (Red+Green+Blue) = 173+153+200=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD99C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C8 is #526637. Grayscale: #A4A4A4. Windows color (decimal): -5400120 or 13146541. OLE color: 13146541.

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

Color convert

RGB 173 153 200 -
CMYK 0.14 0.24 0 0.22
HSL 265.53º 0.3% 0.69% -
HSV(B) 265.53º 0.24% 0.78% -
XYZ 39.05 35.84 59.5 -
YUV 164.34 148.13 134.18 -
System Red Green Blue C M Y K H S L
Decimal 173 153 200 0.14 0.24 0 0.22 265.53 0.3 0.69
Hex AD 99 C8 E 18 0 16 10A 1E 45
Octal 255 231 310 16 30 0 26 412 36 105
Binary 10101101 10011001 11001000 1110 11000 0 10110 100001010 11110 1000101

Color Harmonies of #AD99C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C8

Black with #AD99C8

Text Example


Text Example

White with #AD99C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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