Html Css Color HEX #AF84C6 East Side

📋 copy color: '#AF84C6'

red 175 ◦ green 132 ◦ blue 198

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

Shades of East Side #AF84C6

Tints of East Side #AF84C6

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.14%

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 34.65%
G = 26.14%
B = 39.21%

CMYK

 C value IS 0.12

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF84C6 (or 0xAF84C6) is known color: East Side. HEX triplet: AF, 84 and C6. RGB value is (175,132,198). Sum of RGB (Red+Green+Blue) = 175+132+198=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF84C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C6 is #507B39. Grayscale: #989898. Windows color (decimal): -5274426 or 13010095. OLE color: 13010095.

HSL color Cylindrical-coordinate representation of color #AF84C6: hue angle of 279.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF84C6 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 132 198 -
CMYK 0.12 0.33 0 0.22
HSL 279.09º 0.37% 0.65% -
HSV(B) 279.09º 0.33% 0.78% -
XYZ 36.12 29.69 57.25 -
YUV 152.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 175 132 198 0.12 0.33 0 0.22 279.09 0.37 0.65
Hex AF 84 C6 C 21 0 16 117 25 41
Octal 257 204 306 14 41 0 26 427 45 101
Binary 10101111 10000100 11000110 1100 100001 0 10110 100010111 100101 1000001

Color Harmonies of #AF84C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84C6

Black with #AF84C6

Text Example


Text Example

White with #AF84C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84C6; }

 p { color: rgb(175,132,198); }

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

background-color css

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

 a { background-color: rgb(175,132,198); }

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

border-color css

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

 span { border-color: rgb(175,132,198); }

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