Html Css Color HEX #A067EC Medium Purple

📋 copy color: '#A067EC'

red 160 ◦ green 103 ◦ blue 236

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

Shades of Medium Purple #A067EC

Tints of Medium Purple #A067EC

RGB

 RED value IS 160 (62.89% from 255) = 32.06%

 GREEN value IS 103 (40.63% from 255) = 20.64%

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 32.06%
G = 20.64%
B = 47.29%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A067EC (or 0xA067EC) is known color: Medium Purple. HEX triplet: A0, 67 and EC. RGB value is (160,103,236). Sum of RGB (Red+Green+Blue) = 160+103+236=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 103 (40.62% from 255 or 20.64% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067EC is #5F9813. Grayscale: #868686. Windows color (decimal): -6264852 or 15493024. OLE color: 15493024.

HSL color Cylindrical-coordinate representation of color #A067EC: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A067EC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 103 236 -
CMYK 0.32 0.56 0 0.07
HSL 265.71º 0.78% 0.66% -
HSV(B) 265.71º 0.56% 0.93% -
XYZ 34.49 23.23 82.02 -
YUV 135.21 184.88 145.69 -
System Red Green Blue C M Y K H S L
Decimal 160 103 236 0.32 0.56 0 0.07 265.71 0.78 0.66
Hex A0 67 EC 20 38 0 7 10A 4E 42
Octal 240 147 354 40 70 0 7 412 116 102
Binary 10100000 1100111 11101100 100000 111000 0 111 100001010 1001110 1000010

Color Harmonies of #A067EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A067EC

Black with #A067EC

Text Example


Text Example

White with #A067EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A067EC; }

 p { color: rgb(160,103,236); }

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

background-color css

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

 a { background-color: rgb(160,103,236); }

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

border-color css

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

 span { border-color: rgb(160,103,236); }

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