Html Css Color HEX #AD98D4 Biloba Flower

📋 copy color: '#AD98D4'

red 173 ◦ green 152 ◦ blue 212

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

Shades of Biloba Flower #AD98D4

Tints of Biloba Flower #AD98D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.48%

R = 32.22%
G = 28.31%
B = 39.48%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AD98D4 (or 0xAD98D4) is known color: Biloba Flower. HEX triplet: AD, 98 and D4. RGB value is (173,152,212). Sum of RGB (Red+Green+Blue) = 173+152+212=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 152 (59.77% from 255 or 28.31% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 212 - color contains mainly: blue. Hex color #AD98D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98D4 is #52672B. Grayscale: #A4A4A4. Windows color (decimal): -5400364 or 13932717. OLE color: 13932717.

HSL color Cylindrical-coordinate representation of color #AD98D4: hue angle of 261º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD98D4 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 152 212 -
CMYK 0.18 0.28 0 0.17
HSL 261º 0.41% 0.71% -
HSV(B) 261º 0.28% 0.83% -
XYZ 40.35 36.09 67.13 -
YUV 165.12 154.46 133.62 -
System Red Green Blue C M Y K H S L
Decimal 173 152 212 0.18 0.28 0 0.17 261 0.41 0.71
Hex AD 98 D4 12 1C 0 11 105 29 47
Octal 255 230 324 22 34 0 21 405 51 107
Binary 10101101 10011000 11010100 10010 11100 0 10001 100000101 101001 1000111

Color Harmonies of #AD98D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98D4

Black with #AD98D4

Text Example


Text Example

White with #AD98D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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