Html Css Color HEX #AF72C6 East Side

📋 copy color: '#AF72C6'

red 175 ◦ green 114 ◦ blue 198

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

Shades of East Side #AF72C6

Tints of East Side #AF72C6

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.41%

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

R = 35.93%
G = 23.41%
B = 40.66%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF72C6 (or 0xAF72C6) is known color: East Side. HEX triplet: AF, 72 and C6. RGB value is (175,114,198). Sum of RGB (Red+Green+Blue) = 175+114+198=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 198 (77.73% from 255 or 40.66% from 487); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF72C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72C6 is #508D39. Grayscale: #8D8D8D. Windows color (decimal): -5279034 or 13005487. OLE color: 13005487.

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

Color convert

RGB 175 114 198 -
CMYK 0.12 0.42 0 0.22
HSL 283.57º 0.42% 0.61% -
HSV(B) 283.57º 0.42% 0.78% -
XYZ 33.89 25.23 56.51 -
YUV 141.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 175 114 198 0.12 0.42 0 0.22 283.57 0.42 0.61
Hex AF 72 C6 C 2A 0 16 11C 2A 3D
Octal 257 162 306 14 52 0 26 434 52 75
Binary 10101111 1110010 11000110 1100 101010 0 10110 100011100 101010 111101

Color Harmonies of #AF72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72C6

Black with #AF72C6

Text Example


Text Example

White with #AF72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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