Html Css Color HEX #AF7AE0 Medium Purple

📋 copy color: '#AF7AE0'

red 175 ◦ green 122 ◦ blue 224

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

Shades of Medium Purple #AF7AE0

Tints of Medium Purple #AF7AE0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.42%

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

R = 33.59%
G = 23.42%
B = 42.99%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF7AE0 (or 0xAF7AE0) is known color: Medium Purple. HEX triplet: AF, 7A and E0. RGB value is (175,122,224). Sum of RGB (Red+Green+Blue) = 175+122+224=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF7AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AE0 is #50851F. Grayscale: #959595. Windows color (decimal): -5276960 or 14711471. OLE color: 14711471.

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

Color convert

RGB 175 122 224 -
CMYK 0.22 0.46 0 0.12
HSL 271.18º 0.62% 0.68% -
HSV(B) 271.18º 0.46% 0.88% -
XYZ 38.09 28.41 74 -
YUV 149.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 175 122 224 0.22 0.46 0 0.12 271.18 0.62 0.68
Hex AF 7A E0 16 2E 0 C 10F 3E 44
Octal 257 172 340 26 56 0 14 417 76 104
Binary 10101111 1111010 11100000 10110 101110 0 1100 100001111 111110 1000100

Color Harmonies of #AF7AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AE0

Black with #AF7AE0

Text Example


Text Example

White with #AF7AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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