Html Css Color HEX #AF96F0 Biloba Flower

📋 copy color: '#AF96F0'

red 175 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #AF96F0

Tints of Biloba Flower #AF96F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 30.97%
G = 26.55%
B = 42.48%

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

#AF96F0 (or 0xAF96F0) is known color: Biloba Flower. HEX triplet: AF, 96 and F0. RGB value is (175,150,240). Sum of RGB (Red+Green+Blue) = 175+150+240=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF96F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF96F0 is #50690F. Grayscale: #A7A7A7. Windows color (decimal): -5269776 or 15767215. OLE color: 15767215.

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

Color convert

RGB 175 150 240 -
CMYK 0.27 0.37 0 0.06
HSL 256.67º 0.75% 0.76% -
HSV(B) 256.67º 0.38% 0.94% -
XYZ 44.31 37.22 87.29 -
YUV 167.74 168.78 133.18 -
System Red Green Blue C M Y K H S L
Decimal 175 150 240 0.27 0.37 0 0.06 256.67 0.75 0.76
Hex AF 96 F0 1B 25 0 6 101 4B 4C
Octal 257 226 360 33 45 0 6 401 113 114
Binary 10101111 10010110 11110000 11011 100101 0 110 100000001 1001011 1001100

Color Harmonies of #AF96F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96F0

Black with #AF96F0

Text Example


Text Example

White with #AF96F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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