Html Css Color HEX #AF96D9 Biloba Flower

📋 copy color: '#AF96D9'

red 175 ◦ green 150 ◦ blue 217

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

Shades of Biloba Flower #AF96D9

Tints of Biloba Flower #AF96D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 32.29%
G = 27.68%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF96D9 (or 0xAF96D9) is known color: Biloba Flower. HEX triplet: AF, 96 and D9. RGB value is (175,150,217). Sum of RGB (Red+Green+Blue) = 175+150+217=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF96D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96D9 is #506926. Grayscale: #A4A4A4. Windows color (decimal): -5269799 or 14259887. OLE color: 14259887.

HSL color Cylindrical-coordinate representation of color #AF96D9: hue angle of 262.39º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF96D9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 150 217 -
CMYK 0.19 0.31 0 0.15
HSL 262.39º 0.47% 0.72% -
HSV(B) 262.39º 0.31% 0.85% -
XYZ 41.11 35.94 70.42 -
YUV 165.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 175 150 217 0.19 0.31 0 0.15 262.39 0.47 0.72
Hex AF 96 D9 13 1F 0 F 106 2F 48
Octal 257 226 331 23 37 0 17 406 57 110
Binary 10101111 10010110 11011001 10011 11111 0 1111 100000110 101111 1001000

Color Harmonies of #AF96D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96D9

Black with #AF96D9

Text Example


Text Example

White with #AF96D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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