Html Css Color HEX #AF82C5 East Side

📋 copy color: '#AF82C5'

red 175 ◦ green 130 ◦ blue 197

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

Shades of East Side #AF82C5

Tints of East Side #AF82C5

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

 BLUE value IS 197 (77.34% from 255) = 39.24%

R = 34.86%
G = 25.9%
B = 39.24%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AF82C5 (or 0xAF82C5) is known color: East Side. HEX triplet: AF, 82 and C5. RGB value is (175,130,197). Sum of RGB (Red+Green+Blue) = 175+130+197=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #AF82C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82C5 is #507D3A. Grayscale: #969696. Windows color (decimal): -5274939 or 12944047. OLE color: 12944047.

HSL color Cylindrical-coordinate representation of color #AF82C5: hue angle of 280.3º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF82C5 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 130 197 -
CMYK 0.11 0.34 0 0.23
HSL 280.3º 0.37% 0.64% -
HSV(B) 280.3º 0.34% 0.77% -
XYZ 35.74 29.11 56.56 -
YUV 151.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 175 130 197 0.11 0.34 0 0.23 280.3 0.37 0.64
Hex AF 82 C5 B 22 0 17 118 25 40
Octal 257 202 305 13 42 0 27 430 45 100
Binary 10101111 10000010 11000101 1011 100010 0 10111 100011000 100101 1000000

Color Harmonies of #AF82C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82C5

Black with #AF82C5

Text Example


Text Example

White with #AF82C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82C5; }

 p { color: rgb(175,130,197); }

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

background-color css

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

 a { background-color: rgb(175,130,197); }

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

border-color css

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

 span { border-color: rgb(175,130,197); }

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