Html Css Color HEX #AF84C7 East Side

📋 copy color: '#AF84C7'

red 175 ◦ green 132 ◦ blue 199

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

Shades of East Side #AF84C7

Tints of East Side #AF84C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.33%

R = 34.58%
G = 26.09%
B = 39.33%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF84C7 (or 0xAF84C7) is known color: East Side. HEX triplet: AF, 84 and C7. RGB value is (175,132,199). Sum of RGB (Red+Green+Blue) = 175+132+199=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 132 (51.95% from 255 or 26.09% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 199 - color contains mainly: blue. Hex color #AF84C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84C7 is #507B38. Grayscale: #989898. Windows color (decimal): -5274425 or 13075631. OLE color: 13075631.

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

Color convert

RGB 175 132 199 -
CMYK 0.12 0.34 0 0.22
HSL 278.51º 0.37% 0.65% -
HSV(B) 278.51º 0.34% 0.78% -
XYZ 36.24 29.74 57.86 -
YUV 152.5 154.25 144.05 -
System Red Green Blue C M Y K H S L
Decimal 175 132 199 0.12 0.34 0 0.22 278.51 0.37 0.65
Hex AF 84 C7 C 22 0 16 117 25 41
Octal 257 204 307 14 42 0 26 427 45 101
Binary 10101111 10000100 11000111 1100 100010 0 10110 100010111 100101 1000001

Color Harmonies of #AF84C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84C7

Black with #AF84C7

Text Example


Text Example

White with #AF84C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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