Html Css Color HEX #AF98EF Biloba Flower

📋 copy color: '#AF98EF'

red 175 ◦ green 152 ◦ blue 239

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

Shades of Biloba Flower #AF98EF

Tints of Biloba Flower #AF98EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 30.92%
G = 26.86%
B = 42.23%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF98EF (or 0xAF98EF) is known color: Biloba Flower. HEX triplet: AF, 98 and EF. RGB value is (175,152,239). Sum of RGB (Red+Green+Blue) = 175+152+239=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 152 (59.77% from 255 or 26.86% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF98EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98EF is #506710. Grayscale: #A8A8A8. Windows color (decimal): -5269265 or 15702191. OLE color: 15702191.

HSL color Cylindrical-coordinate representation of color #AF98EF: hue angle of 255.86º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF98EF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 152 239 -
CMYK 0.27 0.36 0 0.06
HSL 255.86º 0.73% 0.77% -
HSV(B) 255.86º 0.36% 0.94% -
XYZ 44.49 37.8 86.61 -
YUV 168.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 175 152 239 0.27 0.36 0 0.06 255.86 0.73 0.77
Hex AF 98 EF 1B 24 0 6 100 49 4D
Octal 257 230 357 33 44 0 6 400 111 115
Binary 10101111 10011000 11101111 11011 100100 0 110 100000000 1001001 1001101

Color Harmonies of #AF98EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98EF

Black with #AF98EF

Text Example


Text Example

White with #AF98EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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