Html Css Color HEX #AF99EF Biloba Flower

📋 copy color: '#AF99EF'

red 175 ◦ green 153 ◦ blue 239

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

Shades of Biloba Flower #AF99EF

Tints of Biloba Flower #AF99EF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.98%

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

R = 30.86%
G = 26.98%
B = 42.15%

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

#AF99EF (or 0xAF99EF) is known color: Biloba Flower. HEX triplet: AF, 99 and EF. RGB value is (175,153,239). Sum of RGB (Red+Green+Blue) = 175+153+239=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF99EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF99EF is #506610. Grayscale: #A9A9A9. Windows color (decimal): -5269009 or 15702447. OLE color: 15702447.

HSL color Cylindrical-coordinate representation of color #AF99EF: hue angle of 255.35º 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 #AF99EF is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 153 239 -
CMYK 0.27 0.36 0 0.06
HSL 255.35º 0.73% 0.77% -
HSV(B) 255.35º 0.36% 0.94% -
XYZ 44.65 38.13 86.67 -
YUV 169.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 175 153 239 0.27 0.36 0 0.06 255.35 0.73 0.77
Hex AF 99 EF 1B 24 0 6 FF 49 4D
Octal 257 231 357 33 44 0 6 377 111 115
Binary 10101111 10011001 11101111 11011 100100 0 110 11111111 1001001 1001101

Color Harmonies of #AF99EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF99EF

Black with #AF99EF

Text Example


Text Example

White with #AF99EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF99EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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