Html Css Color HEX #AF95C0 East Side

📋 copy color: '#AF95C0'

red 175 ◦ green 149 ◦ blue 192

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

Shades of East Side #AF95C0

Tints of East Side #AF95C0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.88%

 BLUE value IS 192 (75.39% from 255) = 37.21%

R = 33.91%
G = 28.88%
B = 37.21%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF95C0 (or 0xAF95C0) is known color: East Side. HEX triplet: AF, 95 and C0. RGB value is (175,149,192). Sum of RGB (Red+Green+Blue) = 175+149+192=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF95C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C0 is #506A3F. Grayscale: #A1A1A1. Windows color (decimal): -5270080 or 12621231. OLE color: 12621231.

HSL color Cylindrical-coordinate representation of color #AF95C0: hue angle of 276.28º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AF95C0 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 149 192 -
CMYK 0.09 0.22 0 0.25
HSL 276.28º 0.25% 0.67% -
HSV(B) 276.28º 0.22% 0.75% -
XYZ 37.94 34.41 54.51 -
YUV 161.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 175 149 192 0.09 0.22 0 0.25 276.28 0.25 0.67
Hex AF 95 C0 9 16 0 19 114 19 43
Octal 257 225 300 11 26 0 31 424 31 103
Binary 10101111 10010101 11000000 1001 10110 0 11001 100010100 11001 1000011

Color Harmonies of #AF95C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95C0

Black with #AF95C0

Text Example


Text Example

White with #AF95C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95C0; }

 p { color: rgb(175,149,192); }

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

background-color css

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

 a { background-color: rgb(175,149,192); }

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

border-color css

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

 span { border-color: rgb(175,149,192); }

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