Html Css Color HEX #AD96CC Biloba Flower

📋 copy color: '#AD96CC'

red 173 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #AD96CC

Tints of Biloba Flower #AD96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

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

R = 32.83%
G = 28.46%
B = 38.71%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AD96CC (or 0xAD96CC) is known color: Biloba Flower. HEX triplet: AD, 96 and CC. RGB value is (173,150,204). Sum of RGB (Red+Green+Blue) = 173+150+204=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #AD96CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96CC is #526933. Grayscale: #A2A2A2. Windows color (decimal): -5400884 or 13407917. OLE color: 13407917.

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

Color convert

RGB 173 150 204 -
CMYK 0.15 0.26 0 0.2
HSL 265.56º 0.35% 0.69% -
HSV(B) 265.56º 0.26% 0.8% -
XYZ 39.04 35.06 61.84 -
YUV 163.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 173 150 204 0.15 0.26 0 0.2 265.56 0.35 0.69
Hex AD 96 CC F 1A 0 14 10A 23 45
Octal 255 226 314 17 32 0 24 412 43 105
Binary 10101101 10010110 11001100 1111 11010 0 10100 100001010 100011 1000101

Color Harmonies of #AD96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96CC

Black with #AD96CC

Text Example


Text Example

White with #AD96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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