Html Css Color HEX #AD98F2 Biloba Flower

📋 copy color: '#AD98F2'

red 173 ◦ green 152 ◦ blue 242

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

Shades of Biloba Flower #AD98F2

Tints of Biloba Flower #AD98F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.68%

R = 30.51%
G = 26.81%
B = 42.68%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AD98F2 (or 0xAD98F2) is known color: Biloba Flower. HEX triplet: AD, 98 and F2. RGB value is (173,152,242). Sum of RGB (Red+Green+Blue) = 173+152+242=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #AD98F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AD98F2 is #52670D. Grayscale: #A8A8A8. Windows color (decimal): -5400334 or 15898797. OLE color: 15898797.

HSL color Cylindrical-coordinate representation of color #AD98F2: hue angle of 254º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD98F2 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 152 242 -
CMYK 0.29 0.37 0 0.05
HSL 254º 0.78% 0.77% -
HSV(B) 254º 0.37% 0.95% -
XYZ 44.49 37.75 88.95 -
YUV 168.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 173 152 242 0.29 0.37 0 0.05 254 0.78 0.77
Hex AD 98 F2 1D 25 0 5 FE 4E 4D
Octal 255 230 362 35 45 0 5 376 116 115
Binary 10101101 10011000 11110010 11101 100101 0 101 11111110 1001110 1001101

Color Harmonies of #AD98F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD98F2

Black with #AD98F2

Text Example


Text Example

White with #AD98F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD98F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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