Html Css Color HEX #AF7ADE Medium Purple

📋 copy color: '#AF7ADE'

red 175 ◦ green 122 ◦ blue 222

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

Shades of Medium Purple #AF7ADE

Tints of Medium Purple #AF7ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 33.72%
G = 23.51%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF7ADE (or 0xAF7ADE) is known color: Medium Purple. HEX triplet: AF, 7A and DE. RGB value is (175,122,222). Sum of RGB (Red+Green+Blue) = 175+122+222=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF7ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADE is #508521. Grayscale: #949494. Windows color (decimal): -5276962 or 14580399. OLE color: 14580399.

HSL color Cylindrical-coordinate representation of color #AF7ADE: hue angle of 271.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF7ADE is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 122 222 -
CMYK 0.21 0.45 0 0.13
HSL 271.8º 0.6% 0.67% -
HSV(B) 271.8º 0.45% 0.87% -
XYZ 37.82 28.31 72.58 -
YUV 149.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 175 122 222 0.21 0.45 0 0.13 271.8 0.6 0.67
Hex AF 7A DE 15 2D 0 D 110 3C 43
Octal 257 172 336 25 55 0 15 420 74 103
Binary 10101111 1111010 11011110 10101 101101 0 1101 100010000 111100 1000011

Color Harmonies of #AF7ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ADE

Black with #AF7ADE

Text Example


Text Example

White with #AF7ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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