Html Css Color HEX #A27BED Medium Purple

📋 copy color: '#A27BED'

red 162 ◦ green 123 ◦ blue 237

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

Shades of Medium Purple #A27BED

Tints of Medium Purple #A27BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.4%

R = 31.03%
G = 23.56%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A27BED (or 0xA27BED) is known color: Medium Purple. HEX triplet: A2, 7B and ED. RGB value is (162,123,237). Sum of RGB (Red+Green+Blue) = 162+123+237=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 237 (92.97% from 255 or 45.40% from 522); Max value from RGB is 237 - color contains mainly: blue. Hex color #A27BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BED is #5D8412. Grayscale: #939393. Windows color (decimal): -6128659 or 15563682. OLE color: 15563682.

HSL color Cylindrical-coordinate representation of color #A27BED: hue angle of 260.53º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A27BED is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 123 237 -
CMYK 0.32 0.48 0 0.07
HSL 260.53º 0.76% 0.71% -
HSV(B) 260.53º 0.48% 0.93% -
XYZ 37.27 27.96 83.55 -
YUV 147.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 162 123 237 0.32 0.48 0 0.07 260.53 0.76 0.71
Hex A2 7B ED 20 30 0 7 105 4C 47
Octal 242 173 355 40 60 0 7 405 114 107
Binary 10100010 1111011 11101101 100000 110000 0 111 100000101 1001100 1000111

Color Harmonies of #A27BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BED

Black with #A27BED

Text Example


Text Example

White with #A27BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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