Html Css Color HEX #A06FF2 Medium Purple

📋 copy color: '#A06FF2'

red 160 ◦ green 111 ◦ blue 242

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

Shades of Medium Purple #A06FF2

Tints of Medium Purple #A06FF2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.64%

 BLUE value IS 242 (94.92% from 255) = 47.17%

R = 31.19%
G = 21.64%
B = 47.17%

CMYK

 C value IS 0.34

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A06FF2 (or 0xA06FF2) is known color: Medium Purple. HEX triplet: A0, 6F and F2. RGB value is (160,111,242). Sum of RGB (Red+Green+Blue) = 160+111+242=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #A06FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FF2 is #5F900D. Grayscale: #8C8C8C. Windows color (decimal): -6262798 or 15888288. OLE color: 15888288.

HSL color Cylindrical-coordinate representation of color #A06FF2: hue angle of 262.44º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06FF2 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 111 242 -
CMYK 0.34 0.54 0 0.05
HSL 262.44º 0.83% 0.69% -
HSV(B) 262.44º 0.54% 0.95% -
XYZ 36.21 25.25 86.97 -
YUV 140.59 185.23 141.85 -
System Red Green Blue C M Y K H S L
Decimal 160 111 242 0.34 0.54 0 0.05 262.44 0.83 0.69
Hex A0 6F F2 22 36 0 5 106 53 45
Octal 240 157 362 42 66 0 5 406 123 105
Binary 10100000 1101111 11110010 100010 110110 0 101 100000110 1010011 1000101

Color Harmonies of #A06FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06FF2

Black with #A06FF2

Text Example


Text Example

White with #A06FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06FF2; }

 p { color: rgb(160,111,242); }

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

background-color css

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

 a { background-color: rgb(160,111,242); }

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

border-color css

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

 span { border-color: rgb(160,111,242); }

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