Html Css Color HEX #A07BEB Medium Purple

📋 copy color: '#A07BEB'

red 160 ◦ green 123 ◦ blue 235

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

Shades of Medium Purple #A07BEB

Tints of Medium Purple #A07BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 30.89%
G = 23.75%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A07BEB (or 0xA07BEB) is known color: Medium Purple. HEX triplet: A0, 7B and EB. RGB value is (160,123,235). Sum of RGB (Red+Green+Blue) = 160+123+235=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #A07BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BEB is #5F8414. Grayscale: #929292. Windows color (decimal): -6259733 or 15432608. OLE color: 15432608.

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

Color convert

RGB 160 123 235 -
CMYK 0.32 0.48 0 0.08
HSL 259.82º 0.74% 0.7% -
HSV(B) 259.82º 0.48% 0.92% -
XYZ 36.58 27.64 82 -
YUV 146.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 160 123 235 0.32 0.48 0 0.08 259.82 0.74 0.7
Hex A0 7B EB 20 30 0 8 104 4A 46
Octal 240 173 353 40 60 0 10 404 112 106
Binary 10100000 1111011 11101011 100000 110000 0 1000 100000100 1001010 1000110

Color Harmonies of #A07BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BEB

Black with #A07BEB

Text Example


Text Example

White with #A07BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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