Html Css Color HEX #A27BE7 Medium Purple

📋 copy color: '#A27BE7'

red 162 ◦ green 123 ◦ blue 231

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

Shades of Medium Purple #A27BE7

Tints of Medium Purple #A27BE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 44.77%

R = 31.4%
G = 23.84%
B = 44.77%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A27BE7 (or 0xA27BE7) is known color: Medium Purple. HEX triplet: A2, 7B and E7. RGB value is (162,123,231). Sum of RGB (Red+Green+Blue) = 162+123+231=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #A27BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BE7 is #5D8418. Grayscale: #929292. Windows color (decimal): -6128665 or 15170466. OLE color: 15170466.

HSL color Cylindrical-coordinate representation of color #A27BE7: hue angle of 261.67º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27BE7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 123 231 -
CMYK 0.30 0.47 0 0.09
HSL 261.67º 0.69% 0.69% -
HSV(B) 261.67º 0.47% 0.91% -
XYZ 36.41 27.62 79.01 -
YUV 146.97 175.42 138.72 -
System Red Green Blue C M Y K H S L
Decimal 162 123 231 0.30 0.47 0 0.09 261.67 0.69 0.69
Hex A2 7B E7 1E 2F 0 9 106 45 45
Octal 242 173 347 36 57 0 11 406 105 105
Binary 10100010 1111011 11100111 11110 101111 0 1001 100000110 1000101 1000101

Color Harmonies of #A27BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BE7

Black with #A27BE7

Text Example


Text Example

White with #A27BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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