Html Css Color HEX #A07BDC Medium Purple

📋 copy color: '#A07BDC'

red 160 ◦ green 123 ◦ blue 220

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

Shades of Medium Purple #A07BDC

Tints of Medium Purple #A07BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 31.81%
G = 24.45%
B = 43.74%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A07BDC (or 0xA07BDC) is known color: Medium Purple. HEX triplet: A0, 7B and DC. RGB value is (160,123,220). Sum of RGB (Red+Green+Blue) = 160+123+220=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #A07BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07BDC is #5F8423. Grayscale: #909090. Windows color (decimal): -6259748 or 14449568. OLE color: 14449568.

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

Color convert

RGB 160 123 220 -
CMYK 0.27 0.44 0 0.14
HSL 262.89º 0.58% 0.67% -
HSV(B) 262.89º 0.44% 0.86% -
XYZ 34.5 26.81 71.07 -
YUV 145.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 160 123 220 0.27 0.44 0 0.14 262.89 0.58 0.67
Hex A0 7B DC 1B 2C 0 E 107 3A 43
Octal 240 173 334 33 54 0 16 407 72 103
Binary 10100000 1111011 11011100 11011 101100 0 1110 100000111 111010 1000011

Color Harmonies of #A07BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07BDC

Black with #A07BDC

Text Example


Text Example

White with #A07BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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