Html Css Color HEX #A07BEF Medium Purple

📋 copy color: '#A07BEF'

red 160 ◦ green 123 ◦ blue 239

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

Shades of Medium Purple #A07BEF

Tints of Medium Purple #A07BEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.79%

R = 30.65%
G = 23.56%
B = 45.79%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A07BEF (or 0xA07BEF) is known color: Medium Purple. HEX triplet: A0, 7B and EF. RGB value is (160,123,239). Sum of RGB (Red+Green+Blue) = 160+123+239=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #A07BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07BEF is #5F8410. Grayscale: #929292. Windows color (decimal): -6259729 or 15694752. OLE color: 15694752.

HSL color Cylindrical-coordinate representation of color #A07BEF: hue angle of 259.14º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A07BEF is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 123 239 -
CMYK 0.33 0.49 0 0.06
HSL 259.14º 0.78% 0.71% -
HSV(B) 259.14º 0.49% 0.94% -
XYZ 37.16 27.87 85.08 -
YUV 147.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 160 123 239 0.33 0.49 0 0.06 259.14 0.78 0.71
Hex A0 7B EF 21 31 0 6 103 4E 47
Octal 240 173 357 41 61 0 6 403 116 107
Binary 10100000 1111011 11101111 100001 110001 0 110 100000011 1001110 1000111

Color Harmonies of #A07BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BEF

Black with #A07BEF

Text Example


Text Example

White with #A07BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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