Html Css Color HEX #A06CE3 Medium Purple

📋 copy color: '#A06CE3'

red 160 ◦ green 108 ◦ blue 227

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

Shades of Medium Purple #A06CE3

Tints of Medium Purple #A06CE3

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.82%

 BLUE value IS 227 (89.06% from 255) = 45.86%

R = 32.32%
G = 21.82%
B = 45.86%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A06CE3 (or 0xA06CE3) is known color: Medium Purple. HEX triplet: A0, 6C and E3. RGB value is (160,108,227). Sum of RGB (Red+Green+Blue) = 160+108+227=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A06CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CE3 is #5F931C. Grayscale: #888888. Windows color (decimal): -6263581 or 14904480. OLE color: 14904480.

HSL color Cylindrical-coordinate representation of color #A06CE3: hue angle of 266.22º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06CE3 is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 108 227 -
CMYK 0.30 0.52 0 0.11
HSL 266.22º 0.68% 0.66% -
HSV(B) 266.22º 0.52% 0.89% -
XYZ 33.72 23.74 75.48 -
YUV 137.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 160 108 227 0.30 0.52 0 0.11 266.22 0.68 0.66
Hex A0 6C E3 1E 34 0 B 10A 44 42
Octal 240 154 343 36 64 0 13 412 104 102
Binary 10100000 1101100 11100011 11110 110100 0 1011 100001010 1000100 1000010

Color Harmonies of #A06CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CE3

Black with #A06CE3

Text Example


Text Example

White with #A06CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CE3; }

 p { color: rgb(160,108,227); }

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

background-color css

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

 a { background-color: rgb(160,108,227); }

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

border-color css

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

 span { border-color: rgb(160,108,227); }

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