Html Css Color HEX #AF96EF Biloba Flower

📋 copy color: '#AF96EF'

red 175 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #AF96EF

Tints of Biloba Flower #AF96EF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.6%

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

R = 31.03%
G = 26.6%
B = 42.38%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF96EF (or 0xAF96EF) is known color: Biloba Flower. HEX triplet: AF, 96 and EF. RGB value is (175,150,239). Sum of RGB (Red+Green+Blue) = 175+150+239=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF96EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96EF is #506910. Grayscale: #A7A7A7. Windows color (decimal): -5269777 or 15701679. OLE color: 15701679.

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

Color convert

RGB 175 150 239 -
CMYK 0.27 0.37 0 0.06
HSL 256.85º 0.74% 0.76% -
HSV(B) 256.85º 0.37% 0.94% -
XYZ 44.17 37.16 86.51 -
YUV 167.62 168.28 133.26 -
System Red Green Blue C M Y K H S L
Decimal 175 150 239 0.27 0.37 0 0.06 256.85 0.74 0.76
Hex AF 96 EF 1B 25 0 6 101 4A 4C
Octal 257 226 357 33 45 0 6 401 112 114
Binary 10101111 10010110 11101111 11011 100101 0 110 100000001 1001010 1001100

Color Harmonies of #AF96EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96EF

Black with #AF96EF

Text Example


Text Example

White with #AF96EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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