Html Css Color HEX #AF6AED Medium Purple

📋 copy color: '#AF6AED'

red 175 ◦ green 106 ◦ blue 237

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

Shades of Medium Purple #AF6AED

Tints of Medium Purple #AF6AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

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

R = 33.78%
G = 20.46%
B = 45.75%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF6AED (or 0xAF6AED) is known color: Medium Purple. HEX triplet: AF, 6A and ED. RGB value is (175,106,237). Sum of RGB (Red+Green+Blue) = 175+106+237=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF6AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF6AED is #509512. Grayscale: #8D8D8D. Windows color (decimal): -5281043 or 15559343. OLE color: 15559343.

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

Color convert

RGB 175 106 237 -
CMYK 0.26 0.55 0 0.07
HSL 271.6º 0.78% 0.67% -
HSV(B) 271.6º 0.55% 0.93% -
XYZ 38.12 25.54 83.04 -
YUV 141.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 175 106 237 0.26 0.55 0 0.07 271.6 0.78 0.67
Hex AF 6A ED 1A 37 0 7 110 4E 43
Octal 257 152 355 32 67 0 7 420 116 103
Binary 10101111 1101010 11101101 11010 110111 0 111 100010000 1001110 1000011

Color Harmonies of #AF6AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6AED

Black with #AF6AED

Text Example


Text Example

White with #AF6AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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