Html Css Color HEX #A67FF6 Medium Purple

📋 copy color: '#A67FF6'

red 166 ◦ green 127 ◦ blue 246

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

Shades of Medium Purple #A67FF6

Tints of Medium Purple #A67FF6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

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

R = 30.8%
G = 23.56%
B = 45.64%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A67FF6 (or 0xA67FF6) is known color: Medium Purple. HEX triplet: A6, 7F and F6. RGB value is (166,127,246). Sum of RGB (Red+Green+Blue) = 166+127+246=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #A67FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FF6 is #598009. Grayscale: #979797. Windows color (decimal): -5865482 or 16154534. OLE color: 16154534.

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

Color convert

RGB 166 127 246 -
CMYK 0.33 0.48 0 0.04
HSL 259.66º 0.87% 0.73% -
HSV(B) 259.66º 0.48% 0.96% -
XYZ 39.95 29.94 90.86 -
YUV 152.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 166 127 246 0.33 0.48 0 0.04 259.66 0.87 0.73
Hex A6 7F F6 21 30 0 4 104 57 49
Octal 246 177 366 41 60 0 4 404 127 111
Binary 10100110 1111111 11110110 100001 110000 0 100 100000100 1010111 1001001

Color Harmonies of #A67FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FF6

Black with #A67FF6

Text Example


Text Example

White with #A67FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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