Html Css Color HEX #AF83C2 East Side

📋 copy color: '#AF83C2'

red 175 ◦ green 131 ◦ blue 194

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

Shades of East Side #AF83C2

Tints of East Side #AF83C2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.2%

 BLUE value IS 194 (76.17% from 255) = 38.8%

R = 35%
G = 26.2%
B = 38.8%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF83C2 (or 0xAF83C2) is known color: East Side. HEX triplet: AF, 83 and C2. RGB value is (175,131,194). Sum of RGB (Red+Green+Blue) = 175+131+194=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 194 (76.17% from 255 or 38.8% from 500); Max value from RGB is 194 - color contains mainly: blue. Hex color #AF83C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF83C2 is #507C3D. Grayscale: #979797. Windows color (decimal): -5274686 or 12747695. OLE color: 12747695.

HSL color Cylindrical-coordinate representation of color #AF83C2: hue angle of 281.9º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AF83C2 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 131 194 -
CMYK 0.10 0.32 0 0.24
HSL 281.9º 0.34% 0.64% -
HSV(B) 281.9º 0.32% 0.76% -
XYZ 35.53 29.24 54.81 -
YUV 151.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 175 131 194 0.10 0.32 0 0.24 281.9 0.34 0.64
Hex AF 83 C2 A 20 0 18 11A 22 40
Octal 257 203 302 12 40 0 30 432 42 100
Binary 10101111 10000011 11000010 1010 100000 0 11000 100011010 100010 1000000

Color Harmonies of #AF83C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF83C2

Black with #AF83C2

Text Example


Text Example

White with #AF83C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF83C2; }

 p { color: rgb(175,131,194); }

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

background-color css

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

 a { background-color: rgb(175,131,194); }

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

border-color css

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

 span { border-color: rgb(175,131,194); }

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