Html Css Color HEX #AD98FF Biloba Flower

📋 copy color: '#AD98FF'

red 173 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #AD98FF

Tints of Biloba Flower #AD98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 29.83%
G = 26.21%
B = 43.97%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD98FF (or 0xAD98FF) is known color: Biloba Flower. HEX triplet: AD, 98 and FF. RGB value is (173,152,255). Sum of RGB (Red+Green+Blue) = 173+152+255=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98FF is #526700. Grayscale: #A9A9A9. Windows color (decimal): -5400321 or 16750765. OLE color: 16750765.

HSL color Cylindrical-coordinate representation of color #AD98FF: hue angle of 252.23º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD98FF is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 152 255 -
CMYK 0.32 0.40 0 0
HSL 252.23º 1% 0.8% -
HSV(B) 252.23º 0.4% 1% -
XYZ 46.51 38.56 99.6 -
YUV 170.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 173 152 255 0.32 0.40 0 0 252.23 1 0.8
Hex AD 98 FF 20 28 0 0 FC 64 50
Octal 255 230 377 40 50 0 0 374 144 120
Binary 10101101 10011000 11111111 100000 101000 0 0 11111100 1100100 1010000

Color Harmonies of #AD98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98FF

Black with #AD98FF

Text Example


Text Example

White with #AD98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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