Html Css Color HEX #A15CFB Medium Purple

📋 copy color: '#A15CFB'

red 161 ◦ green 92 ◦ blue 251

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

Shades of Medium Purple #A15CFB

Tints of Medium Purple #A15CFB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.25%

 BLUE value IS 251 (98.44% from 255) = 49.8%

R = 31.94%
G = 18.25%
B = 49.8%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A15CFB (or 0xA15CFB) is known color: Medium Purple. HEX triplet: A1, 5C and FB. RGB value is (161,92,251). Sum of RGB (Red+Green+Blue) = 161+92+251=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 92 (36.33% from 255 or 18.25% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #A15CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A15CFB is #5EA304. Grayscale: #828282. Windows color (decimal): -6202117 or 16473249. OLE color: 16473249.

HSL color Cylindrical-coordinate representation of color #A15CFB: hue angle of 266.04º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A15CFB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 92 251 -
CMYK 0.36 0.63 0 0.02
HSL 266.04º 0.95% 0.67% -
HSV(B) 266.04º 0.63% 0.98% -
XYZ 35.94 22.2 93.66 -
YUV 130.76 195.86 149.57 -
System Red Green Blue C M Y K H S L
Decimal 161 92 251 0.36 0.63 0 0.02 266.04 0.95 0.67
Hex A1 5C FB 24 3F 0 2 10A 5F 43
Octal 241 134 373 44 77 0 2 412 137 103
Binary 10100001 1011100 11111011 100100 111111 0 10 100001010 1011111 1000011

Color Harmonies of #A15CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15CFB

Black with #A15CFB

Text Example


Text Example

White with #A15CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15CFB; }

 p { color: rgb(161,92,251); }

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

background-color css

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

 a { background-color: rgb(161,92,251); }

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

border-color css

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

 span { border-color: rgb(161,92,251); }

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