Html Css Color HEX #A27BDD Medium Purple

📋 copy color: '#A27BDD'

red 162 ◦ green 123 ◦ blue 221

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

Shades of Medium Purple #A27BDD

Tints of Medium Purple #A27BDD

RGB

 RED value IS 162 (63.67% from 255) = 32.02%

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

 BLUE value IS 221 (86.72% from 255) = 43.68%

R = 32.02%
G = 24.31%
B = 43.68%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A27BDD (or 0xA27BDD) is known color: Medium Purple. HEX triplet: A2, 7B and DD. RGB value is (162,123,221). Sum of RGB (Red+Green+Blue) = 162+123+221=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #A27BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BDD is #5D8422. Grayscale: #919191. Windows color (decimal): -6128675 or 14515106. OLE color: 14515106.

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

Color convert

RGB 162 123 221 -
CMYK 0.27 0.44 0 0.13
HSL 263.88º 0.59% 0.67% -
HSV(B) 263.88º 0.44% 0.87% -
XYZ 35.03 27.07 71.78 -
YUV 145.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 162 123 221 0.27 0.44 0 0.13 263.88 0.59 0.67
Hex A2 7B DD 1B 2C 0 D 108 3B 43
Octal 242 173 335 33 54 0 15 410 73 103
Binary 10100010 1111011 11011101 11011 101100 0 1101 100001000 111011 1000011

Color Harmonies of #A27BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BDD

Black with #A27BDD

Text Example


Text Example

White with #A27BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BDD; }

 p { color: rgb(162,123,221); }

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

background-color css

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

 a { background-color: rgb(162,123,221); }

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

border-color css

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

 span { border-color: rgb(162,123,221); }

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