Html Css Color HEX #AF98FF Biloba Flower

📋 copy color: '#AF98FF'

red 175 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #AF98FF

Tints of Biloba Flower #AF98FF

RGB

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

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

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

R = 30.07%
G = 26.12%
B = 43.81%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AF98FF (or 0xAF98FF) is known color: Biloba Flower. HEX triplet: AF, 98 and FF. RGB value is (175,152,255). Sum of RGB (Red+Green+Blue) = 175+152+255=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98FF is #506700. Grayscale: #AAAAAA. Windows color (decimal): -5269249 or 16750767. OLE color: 16750767.

HSL color Cylindrical-coordinate representation of color #AF98FF: hue angle of 253.4º 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 #AF98FF is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 152 255 -
CMYK 0.31 0.40 0 0
HSL 253.4º 1% 0.8% -
HSV(B) 253.4º 0.4% 1% -
XYZ 46.96 38.79 99.62 -
YUV 170.62 175.62 131.12 -
System Red Green Blue C M Y K H S L
Decimal 175 152 255 0.31 0.40 0 0 253.4 1 0.8
Hex AF 98 FF 1F 28 0 0 FD 64 50
Octal 257 230 377 37 50 0 0 375 144 120
Binary 10101111 10011000 11111111 11111 101000 0 0 11111101 1100100 1010000

Color Harmonies of #AF98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98FF

Black with #AF98FF

Text Example


Text Example

White with #AF98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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