Html Css Color HEX #AD99C5 Biloba Flower

📋 copy color: '#AD99C5'

red 173 ◦ green 153 ◦ blue 197

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

Shades of Biloba Flower #AD99C5

Tints of Biloba Flower #AD99C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.67%

R = 33.08%
G = 29.25%
B = 37.67%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AD99C5 (or 0xAD99C5) is known color: Biloba Flower. HEX triplet: AD, 99 and C5. RGB value is (173,153,197). Sum of RGB (Red+Green+Blue) = 173+153+197=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 197 - color contains mainly: blue. Hex color #AD99C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C5 is #52663A. Grayscale: #A3A3A3. Windows color (decimal): -5400123 or 12949933. OLE color: 12949933.

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

Color convert

RGB 173 153 197 -
CMYK 0.12 0.22 0 0.23
HSL 267.27º 0.28% 0.69% -
HSV(B) 267.27º 0.22% 0.77% -
XYZ 38.7 35.7 57.67 -
YUV 164 146.63 134.42 -
System Red Green Blue C M Y K H S L
Decimal 173 153 197 0.12 0.22 0 0.23 267.27 0.28 0.69
Hex AD 99 C5 C 16 0 17 10B 1C 45
Octal 255 231 305 14 26 0 27 413 34 105
Binary 10101101 10011001 11000101 1100 10110 0 10111 100001011 11100 1000101

Color Harmonies of #AD99C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C5

Black with #AD99C5

Text Example


Text Example

White with #AD99C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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