Html Css Color HEX #A27BDA Medium Purple

📋 copy color: '#A27BDA'

red 162 ◦ green 123 ◦ blue 218

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

Shades of Medium Purple #A27BDA

Tints of Medium Purple #A27BDA

RGB

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

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

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

R = 32.21%
G = 24.45%
B = 43.34%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A27BDA (or 0xA27BDA) is known color: Medium Purple. HEX triplet: A2, 7B and DA. RGB value is (162,123,218). Sum of RGB (Red+Green+Blue) = 162+123+218=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #A27BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27BDA is #5D8425. Grayscale: #919191. Windows color (decimal): -6128678 or 14318498. OLE color: 14318498.

HSL color Cylindrical-coordinate representation of color #A27BDA: hue angle of 264.63º 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 #A27BDA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 123 218 -
CMYK 0.26 0.44 0 0.15
HSL 264.63º 0.56% 0.67% -
HSV(B) 264.63º 0.44% 0.85% -
XYZ 34.64 26.91 69.7 -
YUV 145.49 168.92 139.78 -
System Red Green Blue C M Y K H S L
Decimal 162 123 218 0.26 0.44 0 0.15 264.63 0.56 0.67
Hex A2 7B DA 1A 2C 0 F 109 38 43
Octal 242 173 332 32 54 0 17 411 70 103
Binary 10100010 1111011 11011010 11010 101100 0 1111 100001001 111000 1000011

Color Harmonies of #A27BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BDA

Black with #A27BDA

Text Example


Text Example

White with #A27BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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