Html Css Color HEX #AF98E1 Biloba Flower

📋 copy color: '#AF98E1'

red 175 ◦ green 152 ◦ blue 225

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

Shades of Biloba Flower #AF98E1

Tints of Biloba Flower #AF98E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 31.7%
G = 27.54%
B = 40.76%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF98E1 (or 0xAF98E1) is known color: Biloba Flower. HEX triplet: AF, 98 and E1. RGB value is (175,152,225). Sum of RGB (Red+Green+Blue) = 175+152+225=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF98E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF98E1 is #50671E. Grayscale: #A6A6A6. Windows color (decimal): -5269279 or 14784687. OLE color: 14784687.

HSL color Cylindrical-coordinate representation of color #AF98E1: hue angle of 258.9º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF98E1 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 152 225 -
CMYK 0.22 0.32 0 0.12
HSL 258.9º 0.55% 0.74% -
HSV(B) 258.9º 0.32% 0.88% -
XYZ 42.5 37.01 76.14 -
YUV 167.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 175 152 225 0.22 0.32 0 0.12 258.9 0.55 0.74
Hex AF 98 E1 16 20 0 C 103 37 4A
Octal 257 230 341 26 40 0 14 403 67 112
Binary 10101111 10011000 11100001 10110 100000 0 1100 100000011 110111 1001010

Color Harmonies of #AF98E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98E1

Black with #AF98E1

Text Example


Text Example

White with #AF98E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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