Html Css Color HEX #AF77E0 Medium Purple

📋 copy color: '#AF77E0'

red 175 ◦ green 119 ◦ blue 224

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

Shades of Medium Purple #AF77E0

Tints of Medium Purple #AF77E0

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.97%

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 33.78%
G = 22.97%
B = 43.24%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF77E0 (or 0xAF77E0) is known color: Medium Purple. HEX triplet: AF, 77 and E0. RGB value is (175,119,224). Sum of RGB (Red+Green+Blue) = 175+119+224=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF77E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77E0 is #50881F. Grayscale: #939393. Windows color (decimal): -5277728 or 14710703. OLE color: 14710703.

HSL color Cylindrical-coordinate representation of color #AF77E0: hue angle of 272º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF77E0 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 119 224 -
CMYK 0.22 0.47 0 0.12
HSL 272º 0.63% 0.67% -
HSV(B) 272º 0.47% 0.88% -
XYZ 37.73 27.69 73.88 -
YUV 147.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 175 119 224 0.22 0.47 0 0.12 272 0.63 0.67
Hex AF 77 E0 16 2F 0 C 110 3F 43
Octal 257 167 340 26 57 0 14 420 77 103
Binary 10101111 1110111 11100000 10110 101111 0 1100 100010000 111111 1000011

Color Harmonies of #AF77E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77E0

Black with #AF77E0

Text Example


Text Example

White with #AF77E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77E0; }

 p { color: rgb(175,119,224); }

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

background-color css

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

 a { background-color: rgb(175,119,224); }

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

border-color css

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

 span { border-color: rgb(175,119,224); }

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