Html Css Color HEX #AD98CA Biloba Flower

📋 copy color: '#AD98CA'

red 173 ◦ green 152 ◦ blue 202

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

Shades of Biloba Flower #AD98CA

Tints of Biloba Flower #AD98CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.33%

R = 32.83%
G = 28.84%
B = 38.33%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD98CA (or 0xAD98CA) is known color: Biloba Flower. HEX triplet: AD, 98 and CA. RGB value is (173,152,202). Sum of RGB (Red+Green+Blue) = 173+152+202=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD98CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD98CA is #526735. Grayscale: #A3A3A3. Windows color (decimal): -5400374 or 13277357. OLE color: 13277357.

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

Color convert

RGB 173 152 202 -
CMYK 0.14 0.25 0 0.21
HSL 265.2º 0.32% 0.69% -
HSV(B) 265.2º 0.25% 0.79% -
XYZ 39.12 35.6 60.69 -
YUV 163.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 173 152 202 0.14 0.25 0 0.21 265.2 0.32 0.69
Hex AD 98 CA E 19 0 15 109 20 45
Octal 255 230 312 16 31 0 25 411 40 105
Binary 10101101 10011000 11001010 1110 11001 0 10101 100001001 100000 1000101

Color Harmonies of #AD98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98CA

Black with #AD98CA

Text Example


Text Example

White with #AD98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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