Html Css Color HEX #A17BF2 Medium Purple

📋 copy color: '#A17BF2'

red 161 ◦ green 123 ◦ blue 242

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

Shades of Medium Purple #A17BF2

Tints of Medium Purple #A17BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.01%

R = 30.61%
G = 23.38%
B = 46.01%

CMYK

 C value IS 0.33

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A17BF2 (or 0xA17BF2) is known color: Medium Purple. HEX triplet: A1, 7B and F2. RGB value is (161,123,242). Sum of RGB (Red+Green+Blue) = 161+123+242=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 242 - color contains mainly: blue. Hex color #A17BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BF2 is #5E840D. Grayscale: #939393. Windows color (decimal): -6194190 or 15891361. OLE color: 15891361.

HSL color Cylindrical-coordinate representation of color #A17BF2: hue angle of 259.16º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17BF2 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 123 242 -
CMYK 0.33 0.49 0 0.05
HSL 259.16º 0.82% 0.72% -
HSV(B) 259.16º 0.49% 0.95% -
XYZ 37.81 28.15 87.45 -
YUV 147.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 161 123 242 0.33 0.49 0 0.05 259.16 0.82 0.72
Hex A1 7B F2 21 31 0 5 103 52 48
Octal 241 173 362 41 61 0 5 403 122 110
Binary 10100001 1111011 11110010 100001 110001 0 101 100000011 1010010 1001000

Color Harmonies of #A17BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BF2

Black with #A17BF2

Text Example


Text Example

White with #A17BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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