Html Css Color HEX #AF96C6 East Side

📋 copy color: '#AF96C6'

red 175 ◦ green 150 ◦ blue 198

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

Shades of East Side #AF96C6

Tints of East Side #AF96C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.86%

R = 33.46%
G = 28.68%
B = 37.86%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF96C6 (or 0xAF96C6) is known color: East Side. HEX triplet: AF, 96 and C6. RGB value is (175,150,198). Sum of RGB (Red+Green+Blue) = 175+150+198=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 150 (58.98% from 255 or 28.68% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF96C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF96C6 is #506939. Grayscale: #A2A2A2. Windows color (decimal): -5269818 or 13014703. OLE color: 13014703.

HSL color Cylindrical-coordinate representation of color #AF96C6: hue angle of 271.25º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF96C6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 150 198 -
CMYK 0.12 0.24 0 0.22
HSL 271.25º 0.3% 0.68% -
HSV(B) 271.25º 0.24% 0.78% -
XYZ 38.78 35 58.14 -
YUV 162.95 147.78 136.6 -
System Red Green Blue C M Y K H S L
Decimal 175 150 198 0.12 0.24 0 0.22 271.25 0.3 0.68
Hex AF 96 C6 C 18 0 16 10F 1E 44
Octal 257 226 306 14 30 0 26 417 36 104
Binary 10101111 10010110 11000110 1100 11000 0 10110 100001111 11110 1000100

Color Harmonies of #AF96C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF96C6

Black with #AF96C6

Text Example


Text Example

White with #AF96C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF96C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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