Html Css Color HEX #AD96C8 Biloba Flower

📋 copy color: '#AD96C8'

red 173 ◦ green 150 ◦ blue 200

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

Shades of Biloba Flower #AD96C8

Tints of Biloba Flower #AD96C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.24%

R = 33.08%
G = 28.68%
B = 38.24%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD96C8 (or 0xAD96C8) is known color: Biloba Flower. HEX triplet: AD, 96 and C8. RGB value is (173,150,200). Sum of RGB (Red+Green+Blue) = 173+150+200=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 200 (78.52% from 255 or 38.24% from 523); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD96C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD96C8 is #526937. Grayscale: #A2A2A2. Windows color (decimal): -5400888 or 13145773. OLE color: 13145773.

HSL color Cylindrical-coordinate representation of color #AD96C8: hue angle of 267.6º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD96C8 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 150 200 -
CMYK 0.14 0.25 0 0.22
HSL 267.6º 0.31% 0.69% -
HSV(B) 267.6º 0.25% 0.78% -
XYZ 38.57 34.87 59.34 -
YUV 162.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 173 150 200 0.14 0.25 0 0.22 267.6 0.31 0.69
Hex AD 96 C8 E 19 0 16 10C 1F 45
Octal 255 226 310 16 31 0 26 414 37 105
Binary 10101101 10010110 11001000 1110 11001 0 10110 100001100 11111 1000101

Color Harmonies of #AD96C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD96C8

Black with #AD96C8

Text Example


Text Example

White with #AD96C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD96C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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