Html Css Color HEX #A167F9 Medium Purple

📋 copy color: '#A167F9'

red 161 ◦ green 103 ◦ blue 249

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

Shades of Medium Purple #A167F9

Tints of Medium Purple #A167F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.54%

R = 31.38%
G = 20.08%
B = 48.54%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A167F9 (or 0xA167F9) is known color: Medium Purple. HEX triplet: A1, 67 and F9. RGB value is (161,103,249). Sum of RGB (Red+Green+Blue) = 161+103+249=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 103 (40.62% from 255 or 20.08% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #A167F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A167F9 is #5E9806. Grayscale: #888888. Windows color (decimal): -6199303 or 16344993. OLE color: 16344993.

HSL color Cylindrical-coordinate representation of color #A167F9: hue angle of 263.84º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A167F9 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 103 249 -
CMYK 0.35 0.59 0 0.02
HSL 263.84º 0.92% 0.69% -
HSV(B) 263.84º 0.59% 0.98% -
XYZ 36.65 24.12 92.35 -
YUV 136.99 191.22 145.13 -
System Red Green Blue C M Y K H S L
Decimal 161 103 249 0.35 0.59 0 0.02 263.84 0.92 0.69
Hex A1 67 F9 23 3B 0 2 108 5C 45
Octal 241 147 371 43 73 0 2 410 134 105
Binary 10100001 1100111 11111001 100011 111011 0 10 100001000 1011100 1000101

Color Harmonies of #A167F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A167F9

Black with #A167F9

Text Example


Text Example

White with #A167F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A167F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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