Html Css Color HEX #AF84CA East Side

📋 copy color: '#AF84CA'

red 175 ◦ green 132 ◦ blue 202

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

Shades of East Side #AF84CA

Tints of East Side #AF84CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.69%

R = 34.38%
G = 25.93%
B = 39.69%

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

#AF84CA (or 0xAF84CA) is known color: East Side. HEX triplet: AF, 84 and CA. RGB value is (175,132,202). Sum of RGB (Red+Green+Blue) = 175+132+202=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF84CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84CA is #507B35. Grayscale: #989898. Windows color (decimal): -5274422 or 13272239. OLE color: 13272239.

HSL color Cylindrical-coordinate representation of color #AF84CA: hue angle of 276.86º 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 #AF84CA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 132 202 -
CMYK 0.13 0.35 0 0.21
HSL 276.86º 0.4% 0.65% -
HSV(B) 276.86º 0.35% 0.79% -
XYZ 36.59 29.88 59.72 -
YUV 152.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 175 132 202 0.13 0.35 0 0.21 276.86 0.4 0.65
Hex AF 84 CA D 23 0 15 115 28 41
Octal 257 204 312 15 43 0 25 425 50 101
Binary 10101111 10000100 11001010 1101 100011 0 10101 100010101 101000 1000001

Color Harmonies of #AF84CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84CA

Black with #AF84CA

Text Example


Text Example

White with #AF84CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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