Html Css Color HEX #AD98C8 Biloba Flower

📋 copy color: '#AD98C8'

red 173 ◦ green 152 ◦ blue 200

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

Shades of Biloba Flower #AD98C8

Tints of Biloba Flower #AD98C8

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.95%

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

R = 32.95%
G = 28.95%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AD98C8 (or 0xAD98C8) is known color: Biloba Flower. HEX triplet: AD, 98 and C8. RGB value is (173,152,200). Sum of RGB (Red+Green+Blue) = 173+152+200=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 200 - color contains mainly: blue. Hex color #AD98C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98C8 is #526737. Grayscale: #A3A3A3. Windows color (decimal): -5400376 or 13146285. OLE color: 13146285.

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

Color convert

RGB 173 152 200 -
CMYK 0.14 0.24 0 0.22
HSL 266.25º 0.3% 0.69% -
HSV(B) 266.25º 0.24% 0.78% -
XYZ 38.89 35.51 59.45 -
YUV 163.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 173 152 200 0.14 0.24 0 0.22 266.25 0.3 0.69
Hex AD 98 C8 E 18 0 16 10A 1E 45
Octal 255 230 310 16 30 0 26 412 36 105
Binary 10101101 10011000 11001000 1110 11000 0 10110 100001010 11110 1000101

Color Harmonies of #AD98C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98C8

Black with #AD98C8

Text Example


Text Example

White with #AD98C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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