Html Css Color HEX #A06BE7 Medium Purple

📋 copy color: '#A06BE7'

red 160 ◦ green 107 ◦ blue 231

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

Shades of Medium Purple #A06BE7

Tints of Medium Purple #A06BE7

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 231 (90.63% from 255) = 46.39%

R = 32.13%
G = 21.49%
B = 46.39%

CMYK

 C value IS 0.31

 M value IS 0.54

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A06BE7 (or 0xA06BE7) is known color: Medium Purple. HEX triplet: A0, 6B and E7. RGB value is (160,107,231). Sum of RGB (Red+Green+Blue) = 160+107+231=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #A06BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BE7 is #5F9418. Grayscale: #888888. Windows color (decimal): -6263833 or 15166368. OLE color: 15166368.

HSL color Cylindrical-coordinate representation of color #A06BE7: hue angle of 265.65º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06BE7 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 107 231 -
CMYK 0.31 0.54 0 0.09
HSL 265.65º 0.72% 0.66% -
HSV(B) 265.65º 0.54% 0.91% -
XYZ 34.18 23.76 78.39 -
YUV 136.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 160 107 231 0.31 0.54 0 0.09 265.65 0.72 0.66
Hex A0 6B E7 1F 36 0 9 10A 48 42
Octal 240 153 347 37 66 0 11 412 110 102
Binary 10100000 1101011 11100111 11111 110110 0 1001 100001010 1001000 1000010

Color Harmonies of #A06BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BE7

Black with #A06BE7

Text Example


Text Example

White with #A06BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BE7; }

 p { color: rgb(160,107,231); }

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

background-color css

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

 a { background-color: rgb(160,107,231); }

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

border-color css

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

 span { border-color: rgb(160,107,231); }

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