Html Css Color HEX #A67AE1 Medium Purple

📋 copy color: '#A67AE1'

red 166 ◦ green 122 ◦ blue 225

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

Shades of Medium Purple #A67AE1

Tints of Medium Purple #A67AE1

RGB

 RED value IS 166 (65.23% from 255) = 32.36%

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

 BLUE value IS 225 (88.28% from 255) = 43.86%

R = 32.36%
G = 23.78%
B = 43.86%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A67AE1 (or 0xA67AE1) is known color: Medium Purple. HEX triplet: A6, 7A and E1. RGB value is (166,122,225). Sum of RGB (Red+Green+Blue) = 166+122+225=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 225 (88.28% from 255 or 43.86% from 513); Max value from RGB is 225 - color contains mainly: blue. Hex color #A67AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67AE1 is #59851E. Grayscale: #929292. Windows color (decimal): -5866783 or 14776998. OLE color: 14776998.

HSL color Cylindrical-coordinate representation of color #A67AE1: hue angle of 265.63º degrees, saturation: 0.63, 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 #A67AE1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 122 225 -
CMYK 0.26 0.46 0 0.12
HSL 265.63º 0.63% 0.68% -
HSV(B) 265.63º 0.46% 0.88% -
XYZ 36.28 27.46 74.62 -
YUV 146.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 166 122 225 0.26 0.46 0 0.12 265.63 0.63 0.68
Hex A6 7A E1 1A 2E 0 C 10A 3F 44
Octal 246 172 341 32 56 0 14 412 77 104
Binary 10100110 1111010 11100001 11010 101110 0 1100 100001010 111111 1000100

Color Harmonies of #A67AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AE1

Black with #A67AE1

Text Example


Text Example

White with #A67AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AE1; }

 p { color: rgb(166,122,225); }

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

background-color css

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

 a { background-color: rgb(166,122,225); }

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

border-color css

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

 span { border-color: rgb(166,122,225); }

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