Html Css Color HEX #AF95C1 East Side

📋 copy color: '#AF95C1'

red 175 ◦ green 149 ◦ blue 193

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

Shades of East Side #AF95C1

Tints of East Side #AF95C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.33%

R = 33.85%
G = 28.82%
B = 37.33%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF95C1 (or 0xAF95C1) is known color: East Side. HEX triplet: AF, 95 and C1. RGB value is (175,149,193). Sum of RGB (Red+Green+Blue) = 175+149+193=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF95C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF95C1 is #506A3E. Grayscale: #A1A1A1. Windows color (decimal): -5270079 or 12686767. OLE color: 12686767.

HSL color Cylindrical-coordinate representation of color #AF95C1: hue angle of 275.45º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF95C1 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 149 193 -
CMYK 0.09 0.23 0 0.24
HSL 275.45º 0.26% 0.67% -
HSV(B) 275.45º 0.23% 0.76% -
XYZ 38.05 34.46 55.1 -
YUV 161.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 175 149 193 0.09 0.23 0 0.24 275.45 0.26 0.67
Hex AF 95 C1 9 17 0 18 113 1A 43
Octal 257 225 301 11 27 0 30 423 32 103
Binary 10101111 10010101 11000001 1001 10111 0 11000 100010011 11010 1000011

Color Harmonies of #AF95C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF95C1

Black with #AF95C1

Text Example


Text Example

White with #AF95C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF95C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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