Html Css Color HEX #A167EE Medium Purple

📋 copy color: '#A167EE'

red 161 ◦ green 103 ◦ blue 238

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

Shades of Medium Purple #A167EE

Tints of Medium Purple #A167EE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.52%

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 32.07%
G = 20.52%
B = 47.41%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A167EE (or 0xA167EE) is known color: Medium Purple. HEX triplet: A1, 67 and EE. RGB value is (161,103,238). Sum of RGB (Red+Green+Blue) = 161+103+238=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #A167EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167EE is #5E9811. Grayscale: #878787. Windows color (decimal): -6199314 or 15624097. OLE color: 15624097.

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

Color convert

RGB 161 103 238 -
CMYK 0.32 0.57 0 0.07
HSL 265.78º 0.8% 0.67% -
HSV(B) 265.78º 0.57% 0.93% -
XYZ 34.98 23.45 83.57 -
YUV 135.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 161 103 238 0.32 0.57 0 0.07 265.78 0.8 0.67
Hex A1 67 EE 20 39 0 7 10A 50 43
Octal 241 147 356 40 71 0 7 412 120 103
Binary 10100001 1100111 11101110 100000 111001 0 111 100001010 1010000 1000011

Color Harmonies of #A167EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167EE

Black with #A167EE

Text Example


Text Example

White with #A167EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167EE; }

 p { color: rgb(161,103,238); }

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

background-color css

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

 a { background-color: rgb(161,103,238); }

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

border-color css

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

 span { border-color: rgb(161,103,238); }

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