Html Css Color HEX #A67AF6 Medium Purple

📋 copy color: '#A67AF6'

red 166 ◦ green 122 ◦ blue 246

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

Shades of Medium Purple #A67AF6

Tints of Medium Purple #A67AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 31.09%
G = 22.85%
B = 46.07%

CMYK

 C value IS 0.33

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A67AF6 (or 0xA67AF6) is known color: Medium Purple. HEX triplet: A6, 7A and F6. RGB value is (166,122,246). Sum of RGB (Red+Green+Blue) = 166+122+246=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #A67AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF6 is #598509. Grayscale: #949494. Windows color (decimal): -5866762 or 16153254. OLE color: 16153254.

HSL color Cylindrical-coordinate representation of color #A67AF6: hue angle of 261.29º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67AF6 is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 122 246 -
CMYK 0.33 0.50 0 0.04
HSL 261.29º 0.87% 0.72% -
HSV(B) 261.29º 0.5% 0.96% -
XYZ 39.32 28.68 90.65 -
YUV 149.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 166 122 246 0.33 0.50 0 0.04 261.29 0.87 0.72
Hex A6 7A F6 21 32 0 4 105 57 48
Octal 246 172 366 41 62 0 4 405 127 110
Binary 10100110 1111010 11110110 100001 110010 0 100 100000101 1010111 1001000

Color Harmonies of #A67AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67AF6

Black with #A67AF6

Text Example


Text Example

White with #A67AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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