Html Css Color HEX #AF82CC East Side

📋 copy color: '#AF82CC'

red 175 ◦ green 130 ◦ blue 204

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

Shades of East Side #AF82CC

Tints of East Side #AF82CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 34.38%
G = 25.54%
B = 40.08%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF82CC (or 0xAF82CC) is known color: East Side. HEX triplet: AF, 82 and CC. RGB value is (175,130,204). Sum of RGB (Red+Green+Blue) = 175+130+204=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF82CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82CC is #507D33. Grayscale: #979797. Windows color (decimal): -5274932 or 13402799. OLE color: 13402799.

HSL color Cylindrical-coordinate representation of color #AF82CC: hue angle of 276.49º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF82CC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 130 204 -
CMYK 0.14 0.36 0 0.2
HSL 276.49º 0.42% 0.65% -
HSV(B) 276.49º 0.36% 0.8% -
XYZ 36.56 29.44 60.88 -
YUV 151.89 157.41 144.48 -
System Red Green Blue C M Y K H S L
Decimal 175 130 204 0.14 0.36 0 0.2 276.49 0.42 0.65
Hex AF 82 CC E 24 0 14 114 2A 41
Octal 257 202 314 16 44 0 24 424 52 101
Binary 10101111 10000010 11001100 1110 100100 0 10100 100010100 101010 1000001

Color Harmonies of #AF82CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82CC

Black with #AF82CC

Text Example


Text Example

White with #AF82CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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