Html Css Color HEX #A07BEA Medium Purple

📋 copy color: '#A07BEA'

red 160 ◦ green 123 ◦ blue 234

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

Shades of Medium Purple #A07BEA

Tints of Medium Purple #A07BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 30.95%
G = 23.79%
B = 45.26%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A07BEA (or 0xA07BEA) is known color: Medium Purple. HEX triplet: A0, 7B and EA. RGB value is (160,123,234). Sum of RGB (Red+Green+Blue) = 160+123+234=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #A07BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BEA is #5F8415. Grayscale: #929292. Windows color (decimal): -6259734 or 15367072. OLE color: 15367072.

HSL color Cylindrical-coordinate representation of color #A07BEA: hue angle of 260º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A07BEA is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 123 234 -
CMYK 0.32 0.47 0 0.08
HSL 260º 0.73% 0.7% -
HSV(B) 260º 0.47% 0.92% -
XYZ 36.43 27.58 81.25 -
YUV 146.72 177.26 137.47 -
System Red Green Blue C M Y K H S L
Decimal 160 123 234 0.32 0.47 0 0.08 260 0.73 0.7
Hex A0 7B EA 20 2F 0 8 104 49 46
Octal 240 173 352 40 57 0 10 404 111 106
Binary 10100000 1111011 11101010 100000 101111 0 1000 100000100 1001001 1000110

Color Harmonies of #A07BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BEA

Black with #A07BEA

Text Example


Text Example

White with #A07BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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