Html Css Color HEX #A07BE3 Medium Purple

📋 copy color: '#A07BE3'

red 160 ◦ green 123 ◦ blue 227

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

Shades of Medium Purple #A07BE3

Tints of Medium Purple #A07BE3

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.12%

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

R = 31.37%
G = 24.12%
B = 44.51%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A07BE3 (or 0xA07BE3) is known color: Medium Purple. HEX triplet: A0, 7B and E3. RGB value is (160,123,227). Sum of RGB (Red+Green+Blue) = 160+123+227=510 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.37% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 227 (89.06% from 255 or 44.51% from 510); Max value from RGB is 227 - color contains mainly: blue. Hex color #A07BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BE3 is #5F841C. Grayscale: #919191. Windows color (decimal): -6259741 or 14908320. OLE color: 14908320.

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

Color convert

RGB 160 123 227 -
CMYK 0.30 0.46 0 0.11
HSL 261.35º 0.65% 0.69% -
HSV(B) 261.35º 0.46% 0.89% -
XYZ 35.45 27.19 76.05 -
YUV 145.92 173.76 138.04 -
System Red Green Blue C M Y K H S L
Decimal 160 123 227 0.30 0.46 0 0.11 261.35 0.65 0.69
Hex A0 7B E3 1E 2E 0 B 105 41 45
Octal 240 173 343 36 56 0 13 405 101 105
Binary 10100000 1111011 11100011 11110 101110 0 1011 100000101 1000001 1000101

Color Harmonies of #A07BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BE3

Black with #A07BE3

Text Example


Text Example

White with #A07BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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