Html Css Color HEX #AD99CC Biloba Flower

📋 copy color: '#AD99CC'

red 173 ◦ green 153 ◦ blue 204

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

Shades of Biloba Flower #AD99CC

Tints of Biloba Flower #AD99CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 32.64%
G = 28.87%
B = 38.49%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD99CC (or 0xAD99CC) is known color: Biloba Flower. HEX triplet: AD, 99 and CC. RGB value is (173,153,204). Sum of RGB (Red+Green+Blue) = 173+153+204=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CC is #526633. Grayscale: #A4A4A4. Windows color (decimal): -5400116 or 13408685. OLE color: 13408685.

HSL color Cylindrical-coordinate representation of color #AD99CC: hue angle of 263.53º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD99CC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 153 204 -
CMYK 0.15 0.25 0 0.2
HSL 263.53º 0.33% 0.7% -
HSV(B) 263.53º 0.25% 0.8% -
XYZ 39.52 36.03 62 -
YUV 164.79 150.13 133.85 -
System Red Green Blue C M Y K H S L
Decimal 173 153 204 0.15 0.25 0 0.2 263.53 0.33 0.7
Hex AD 99 CC F 19 0 14 108 21 46
Octal 255 231 314 17 31 0 24 410 41 106
Binary 10101101 10011001 11001100 1111 11001 0 10100 100001000 100001 1000110

Color Harmonies of #AD99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99CC

Black with #AD99CC

Text Example


Text Example

White with #AD99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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