Html Css Color HEX #AF82C9 East Side

📋 copy color: '#AF82C9'

red 175 ◦ green 130 ◦ blue 201

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

Shades of East Side #AF82C9

Tints of East Side #AF82C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.72%

R = 34.58%
G = 25.69%
B = 39.72%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF82C9 (or 0xAF82C9) is known color: East Side. HEX triplet: AF, 82 and C9. RGB value is (175,130,201). Sum of RGB (Red+Green+Blue) = 175+130+201=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 130 (51.17% from 255 or 25.69% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF82C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82C9 is #507D36. Grayscale: #979797. Windows color (decimal): -5274935 or 13206191. OLE color: 13206191.

HSL color Cylindrical-coordinate representation of color #AF82C9: hue angle of 278.03º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF82C9 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 130 201 -
CMYK 0.13 0.35 0 0.21
HSL 278.03º 0.4% 0.65% -
HSV(B) 278.03º 0.35% 0.79% -
XYZ 36.2 29.3 59 -
YUV 151.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 175 130 201 0.13 0.35 0 0.21 278.03 0.4 0.65
Hex AF 82 C9 D 23 0 15 116 28 41
Octal 257 202 311 15 43 0 25 426 50 101
Binary 10101111 10000010 11001001 1101 100011 0 10101 100010110 101000 1000001

Color Harmonies of #AF82C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82C9

Black with #AF82C9

Text Example


Text Example

White with #AF82C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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