Html Css Color HEX #AF7AED Medium Purple

📋 copy color: '#AF7AED'

red 175 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #AF7AED

Tints of Medium Purple #AF7AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.38%

R = 32.77%
G = 22.85%
B = 44.38%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF7AED (or 0xAF7AED) is known color: Medium Purple. HEX triplet: AF, 7A and ED. RGB value is (175,122,237). Sum of RGB (Red+Green+Blue) = 175+122+237=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF7AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF7AED is #508512. Grayscale: #969696. Windows color (decimal): -5276947 or 15563439. OLE color: 15563439.

HSL color Cylindrical-coordinate representation of color #AF7AED: hue angle of 267.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF7AED is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 122 237 -
CMYK 0.26 0.49 0 0.07
HSL 267.65º 0.76% 0.7% -
HSV(B) 267.65º 0.49% 0.93% -
XYZ 39.92 29.15 83.64 -
YUV 150.96 176.56 145.15 -
System Red Green Blue C M Y K H S L
Decimal 175 122 237 0.26 0.49 0 0.07 267.65 0.76 0.7
Hex AF 7A ED 1A 31 0 7 10C 4C 46
Octal 257 172 355 32 61 0 7 414 114 106
Binary 10101111 1111010 11101101 11010 110001 0 111 100001100 1001100 1000110

Color Harmonies of #AF7AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7AED

Black with #AF7AED

Text Example


Text Example

White with #AF7AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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