Html Css Color HEX #A07BDE Medium Purple

📋 copy color: '#A07BDE'

red 160 ◦ green 123 ◦ blue 222

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

Shades of Medium Purple #A07BDE

Tints of Medium Purple #A07BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 31.68%
G = 24.36%
B = 43.96%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A07BDE (or 0xA07BDE) is known color: Medium Purple. HEX triplet: A0, 7B and DE. RGB value is (160,123,222). Sum of RGB (Red+Green+Blue) = 160+123+222=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #A07BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDE is #5F8421. Grayscale: #909090. Windows color (decimal): -6259746 or 14580640. OLE color: 14580640.

HSL color Cylindrical-coordinate representation of color #A07BDE: hue angle of 262.42º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A07BDE is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 123 222 -
CMYK 0.28 0.45 0 0.13
HSL 262.42º 0.6% 0.68% -
HSV(B) 262.42º 0.45% 0.87% -
XYZ 34.76 26.91 72.47 -
YUV 145.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 160 123 222 0.28 0.45 0 0.13 262.42 0.6 0.68
Hex A0 7B DE 1C 2D 0 D 106 3C 44
Octal 240 173 336 34 55 0 15 406 74 104
Binary 10100000 1111011 11011110 11100 101101 0 1101 100000110 111100 1000100

Color Harmonies of #A07BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BDE

Black with #A07BDE

Text Example


Text Example

White with #A07BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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