Html Css Color HEX #AF98ED Biloba Flower

📋 copy color: '#AF98ED'

red 175 ◦ green 152 ◦ blue 237

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

Shades of Biloba Flower #AF98ED

Tints of Biloba Flower #AF98ED

RGB

 RED value IS 175 (68.75% from 255) = 31.03%

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

 BLUE value IS 237 (92.97% from 255) = 42.02%

R = 31.03%
G = 26.95%
B = 42.02%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF98ED (or 0xAF98ED) is known color: Biloba Flower. HEX triplet: AF, 98 and ED. RGB value is (175,152,237). Sum of RGB (Red+Green+Blue) = 175+152+237=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 152 (59.77% from 255 or 26.95% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF98ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98ED is #506712. Grayscale: #A8A8A8. Windows color (decimal): -5269267 or 15571119. OLE color: 15571119.

HSL color Cylindrical-coordinate representation of color #AF98ED: hue angle of 256.24º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF98ED is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 152 237 -
CMYK 0.26 0.36 0 0.07
HSL 256.24º 0.7% 0.76% -
HSV(B) 256.24º 0.36% 0.93% -
XYZ 44.19 37.68 85.07 -
YUV 168.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 175 152 237 0.26 0.36 0 0.07 256.24 0.7 0.76
Hex AF 98 ED 1A 24 0 7 100 46 4C
Octal 257 230 355 32 44 0 7 400 106 114
Binary 10101111 10011000 11101101 11010 100100 0 111 100000000 1000110 1001100

Color Harmonies of #AF98ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98ED

Black with #AF98ED

Text Example


Text Example

White with #AF98ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98ED; }

 p { color: rgb(175,152,237); }

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

background-color css

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

 a { background-color: rgb(175,152,237); }

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

border-color css

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

 span { border-color: rgb(175,152,237); }

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