Html Css Color HEX #AF96EC Biloba Flower

📋 copy color: '#AF96EC'

red 175 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #AF96EC

Tints of Biloba Flower #AF96EC

RGB

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

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

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

R = 31.19%
G = 26.74%
B = 42.07%

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

#AF96EC (or 0xAF96EC) is known color: Biloba Flower. HEX triplet: AF, 96 and EC. RGB value is (175,150,236). Sum of RGB (Red+Green+Blue) = 175+150+236=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 150 (58.98% from 255 or 26.74% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF96EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96EC is #506913. Grayscale: #A6A6A6. Windows color (decimal): -5269780 or 15505071. OLE color: 15505071.

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

Color convert

RGB 175 150 236 -
CMYK 0.26 0.36 0 0.07
HSL 257.44º 0.69% 0.76% -
HSV(B) 257.44º 0.36% 0.93% -
XYZ 43.73 36.98 84.19 -
YUV 167.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 175 150 236 0.26 0.36 0 0.07 257.44 0.69 0.76
Hex AF 96 EC 1A 24 0 7 101 45 4C
Octal 257 226 354 32 44 0 7 401 105 114
Binary 10101111 10010110 11101100 11010 100100 0 111 100000001 1000101 1001100

Color Harmonies of #AF96EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96EC

Black with #AF96EC

Text Example


Text Example

White with #AF96EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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