Html Css Color HEX #A17AF2 Medium Purple

📋 copy color: '#A17AF2'

red 161 ◦ green 122 ◦ blue 242

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

Shades of Medium Purple #A17AF2

Tints of Medium Purple #A17AF2

RGB

 RED value IS 161 (63.28% from 255) = 30.67%

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

 BLUE value IS 242 (94.92% from 255) = 46.1%

R = 30.67%
G = 23.24%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A17AF2 (or 0xA17AF2) is known color: Medium Purple. HEX triplet: A1, 7A and F2. RGB value is (161,122,242). Sum of RGB (Red+Green+Blue) = 161+122+242=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 242 (94.92% from 255 or 46.10% from 525); Max value from RGB is 242 - color contains mainly: blue. Hex color #A17AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17AF2 is #5E850D. Grayscale: #929292. Windows color (decimal): -6194446 or 15891105. OLE color: 15891105.

HSL color Cylindrical-coordinate representation of color #A17AF2: hue angle of 259.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17AF2 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 122 242 -
CMYK 0.33 0.50 0 0.05
HSL 259.5º 0.82% 0.71% -
HSV(B) 259.5º 0.5% 0.95% -
XYZ 37.68 27.91 87.4 -
YUV 147.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 161 122 242 0.33 0.50 0 0.05 259.5 0.82 0.71
Hex A1 7A F2 21 32 0 5 104 52 47
Octal 241 172 362 41 62 0 5 404 122 107
Binary 10100001 1111010 11110010 100001 110010 0 101 100000100 1010010 1000111

Color Harmonies of #A17AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17AF2

Black with #A17AF2

Text Example


Text Example

White with #A17AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17AF2; }

 p { color: rgb(161,122,242); }

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

background-color css

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

 a { background-color: rgb(161,122,242); }

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

border-color css

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

 span { border-color: rgb(161,122,242); }

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