Html Css Color HEX #A17BE7 Medium Purple

📋 copy color: '#A17BE7'

red 161 ◦ green 123 ◦ blue 231

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

Shades of Medium Purple #A17BE7

Tints of Medium Purple #A17BE7

RGB

 RED value IS 161 (63.28% from 255) = 31.26%

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

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

R = 31.26%
G = 23.88%
B = 44.85%

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

#A17BE7 (or 0xA17BE7) is known color: Medium Purple. HEX triplet: A1, 7B and E7. RGB value is (161,123,231). Sum of RGB (Red+Green+Blue) = 161+123+231=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 231 (90.62% from 255 or 44.85% from 515); Max value from RGB is 231 - color contains mainly: blue. Hex color #A17BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BE7 is #5E8418. Grayscale: #929292. Windows color (decimal): -6194201 or 15170465. OLE color: 15170465.

HSL color Cylindrical-coordinate representation of color #A17BE7: hue angle of 261.11º 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 #A17BE7 is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 123 231 -
CMYK 0.30 0.47 0 0.09
HSL 261.11º 0.69% 0.69% -
HSV(B) 261.11º 0.47% 0.91% -
XYZ 36.2 27.51 79 -
YUV 146.67 175.59 138.22 -
System Red Green Blue C M Y K H S L
Decimal 161 123 231 0.30 0.47 0 0.09 261.11 0.69 0.69
Hex A1 7B E7 1E 2F 0 9 105 45 45
Octal 241 173 347 36 57 0 11 405 105 105
Binary 10100001 1111011 11100111 11110 101111 0 1001 100000101 1000101 1000101

Color Harmonies of #A17BE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BE7

Black with #A17BE7

Text Example


Text Example

White with #A17BE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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