Html Css Color HEX #A67FF5 Medium Purple

📋 copy color: '#A67FF5'

red 166 ◦ green 127 ◦ blue 245

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

Shades of Medium Purple #A67FF5

Tints of Medium Purple #A67FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 45.54%

R = 30.86%
G = 23.61%
B = 45.54%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A67FF5 (or 0xA67FF5) is known color: Medium Purple. HEX triplet: A6, 7F and F5. RGB value is (166,127,245). Sum of RGB (Red+Green+Blue) = 166+127+245=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 127 (50% from 255 or 23.61% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #A67FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67FF5 is #59800A. Grayscale: #979797. Windows color (decimal): -5865483 or 16088998. OLE color: 16088998.

HSL color Cylindrical-coordinate representation of color #A67FF5: hue angle of 259.83º degrees, saturation: 0.86, 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 #A67FF5 is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 127 245 -
CMYK 0.32 0.48 0 0.04
HSL 259.83º 0.86% 0.73% -
HSV(B) 259.83º 0.48% 0.96% -
XYZ 39.8 29.88 90.06 -
YUV 152.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 166 127 245 0.32 0.48 0 0.04 259.83 0.86 0.73
Hex A6 7F F5 20 30 0 4 104 56 49
Octal 246 177 365 40 60 0 4 404 126 111
Binary 10100110 1111111 11110101 100000 110000 0 100 100000100 1010110 1001001

Color Harmonies of #A67FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FF5

Black with #A67FF5

Text Example


Text Example

White with #A67FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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