Html Css Color HEX #AD99C4 Biloba Flower

📋 copy color: '#AD99C4'

red 173 ◦ green 153 ◦ blue 196

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

Shades of Biloba Flower #AD99C4

Tints of Biloba Flower #AD99C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 33.14%
G = 29.31%
B = 37.55%

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

#AD99C4 (or 0xAD99C4) is known color: Biloba Flower. HEX triplet: AD, 99 and C4. RGB value is (173,153,196). Sum of RGB (Red+Green+Blue) = 173+153+196=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 196 - color contains mainly: blue. Hex color #AD99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD99C4 is #52663B. Grayscale: #A3A3A3. Windows color (decimal): -5400124 or 12884397. OLE color: 12884397.

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

Color convert

RGB 173 153 196 -
CMYK 0.12 0.22 0 0.23
HSL 267.91º 0.27% 0.68% -
HSV(B) 267.91º 0.22% 0.77% -
XYZ 38.59 35.65 57.07 -
YUV 163.88 146.13 134.5 -
System Red Green Blue C M Y K H S L
Decimal 173 153 196 0.12 0.22 0 0.23 267.91 0.27 0.68
Hex AD 99 C4 C 16 0 17 10C 1B 44
Octal 255 231 304 14 26 0 27 414 33 104
Binary 10101101 10011001 11000100 1100 10110 0 10111 100001100 11011 1000100

Color Harmonies of #AD99C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD99C4

Black with #AD99C4

Text Example


Text Example

White with #AD99C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD99C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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