Html Css Color HEX #A67AED Medium Purple

📋 copy color: '#A67AED'

red 166 ◦ green 122 ◦ blue 237

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

Shades of Medium Purple #A67AED

Tints of Medium Purple #A67AED

RGB

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

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

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

R = 31.62%
G = 23.24%
B = 45.14%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A67AED (or 0xA67AED) is known color: Medium Purple. HEX triplet: A6, 7A and ED. RGB value is (166,122,237). Sum of RGB (Red+Green+Blue) = 166+122+237=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #A67AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AED is #598512. Grayscale: #939393. Windows color (decimal): -5866771 or 15563430. OLE color: 15563430.

HSL color Cylindrical-coordinate representation of color #A67AED: hue angle of 262.96º 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 #A67AED is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 122 237 -
CMYK 0.30 0.49 0 0.07
HSL 262.96º 0.76% 0.7% -
HSV(B) 262.96º 0.49% 0.93% -
XYZ 37.97 28.14 83.55 -
YUV 148.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 166 122 237 0.30 0.49 0 0.07 262.96 0.76 0.7
Hex A6 7A ED 1E 31 0 7 107 4C 46
Octal 246 172 355 36 61 0 7 407 114 106
Binary 10100110 1111010 11101101 11110 110001 0 111 100000111 1001100 1000110

Color Harmonies of #A67AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AED

Black with #A67AED

Text Example


Text Example

White with #A67AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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