Html Css Color HEX #A07BDA Medium Purple

📋 copy color: '#A07BDA'

red 160 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A07BDA

Tints of Medium Purple #A07BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 31.94%
G = 24.55%
B = 43.51%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A07BDA (or 0xA07BDA) is known color: Medium Purple. HEX triplet: A0, 7B and DA. RGB value is (160,123,218). Sum of RGB (Red+Green+Blue) = 160+123+218=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #A07BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDA is #5F8425. Grayscale: #909090. Windows color (decimal): -6259750 or 14318496. OLE color: 14318496.

HSL color Cylindrical-coordinate representation of color #A07BDA: hue angle of 263.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A07BDA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 123 218 -
CMYK 0.27 0.44 0 0.15
HSL 263.37º 0.56% 0.67% -
HSV(B) 263.37º 0.44% 0.85% -
XYZ 34.24 26.7 69.68 -
YUV 144.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 160 123 218 0.27 0.44 0 0.15 263.37 0.56 0.67
Hex A0 7B DA 1B 2C 0 F 107 38 43
Octal 240 173 332 33 54 0 17 407 70 103
Binary 10100000 1111011 11011010 11011 101100 0 1111 100000111 111000 1000011

Color Harmonies of #A07BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BDA

Black with #A07BDA

Text Example


Text Example

White with #A07BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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