Html Css Color HEX #AF98EC Biloba Flower

📋 copy color: '#AF98EC'

red 175 ◦ green 152 ◦ blue 236

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

Shades of Biloba Flower #AF98EC

Tints of Biloba Flower #AF98EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 31.08%
G = 27%
B = 41.92%

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

#AF98EC (or 0xAF98EC) is known color: Biloba Flower. HEX triplet: AF, 98 and EC. RGB value is (175,152,236). Sum of RGB (Red+Green+Blue) = 175+152+236=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 152 (59.77% from 255 or 27.00% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF98EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF98EC is #506713. Grayscale: #A8A8A8. Windows color (decimal): -5269268 or 15505583. OLE color: 15505583.

HSL color Cylindrical-coordinate representation of color #AF98EC: hue angle of 256.43º degrees, saturation: 0.69, 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 #AF98EC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 152 236 -
CMYK 0.26 0.36 0 0.07
HSL 256.43º 0.69% 0.76% -
HSV(B) 256.43º 0.36% 0.93% -
XYZ 44.05 37.63 84.3 -
YUV 168.45 166.12 132.67 -
System Red Green Blue C M Y K H S L
Decimal 175 152 236 0.26 0.36 0 0.07 256.43 0.69 0.76
Hex AF 98 EC 1A 24 0 7 100 45 4C
Octal 257 230 354 32 44 0 7 400 105 114
Binary 10101111 10011000 11101100 11010 100100 0 111 100000000 1000101 1001100

Color Harmonies of #AF98EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF98EC

Black with #AF98EC

Text Example


Text Example

White with #AF98EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF98EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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