Html Css Color HEX #AD99CA Biloba Flower

📋 copy color: '#AD99CA'

red 173 ◦ green 153 ◦ blue 202

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

Shades of Biloba Flower #AD99CA

Tints of Biloba Flower #AD99CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.26%

R = 32.77%
G = 28.98%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD99CA (or 0xAD99CA) is known color: Biloba Flower. HEX triplet: AD, 99 and CA. RGB value is (173,153,202). Sum of RGB (Red+Green+Blue) = 173+153+202=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD99CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99CA is #526635. Grayscale: #A4A4A4. Windows color (decimal): -5400118 or 13277613. OLE color: 13277613.

HSL color Cylindrical-coordinate representation of color #AD99CA: hue angle of 264.49º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD99CA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 153 202 -
CMYK 0.14 0.24 0 0.21
HSL 264.49º 0.32% 0.7% -
HSV(B) 264.49º 0.24% 0.79% -
XYZ 39.29 35.93 60.74 -
YUV 164.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 173 153 202 0.14 0.24 0 0.21 264.49 0.32 0.7
Hex AD 99 CA E 18 0 15 108 20 46
Octal 255 231 312 16 30 0 25 410 40 106
Binary 10101101 10011001 11001010 1110 11000 0 10101 100001000 100000 1000110

Color Harmonies of #AD99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99CA

Black with #AD99CA

Text Example


Text Example

White with #AD99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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