Html Css Color HEX #A25CEC Medium Purple

📋 copy color: '#A25CEC'

red 162 ◦ green 92 ◦ blue 236

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

Shades of Medium Purple #A25CEC

Tints of Medium Purple #A25CEC

RGB

 RED value IS 162 (63.67% from 255) = 33.06%

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 33.06%
G = 18.78%
B = 48.16%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A25CEC (or 0xA25CEC) is known color: Medium Purple. HEX triplet: A2, 5C and EC. RGB value is (162,92,236). Sum of RGB (Red+Green+Blue) = 162+92+236=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #A25CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CEC is #5DA313. Grayscale: #808080. Windows color (decimal): -6136596 or 15490210. OLE color: 15490210.

HSL color Cylindrical-coordinate representation of color #A25CEC: hue angle of 269.17º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A25CEC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 92 236 -
CMYK 0.31 0.61 0 0.07
HSL 269.17º 0.79% 0.64% -
HSV(B) 269.17º 0.61% 0.93% -
XYZ 33.87 21.39 81.7 -
YUV 129.35 188.19 151.29 -
System Red Green Blue C M Y K H S L
Decimal 162 92 236 0.31 0.61 0 0.07 269.17 0.79 0.64
Hex A2 5C EC 1F 3D 0 7 10D 4F 40
Octal 242 134 354 37 75 0 7 415 117 100
Binary 10100010 1011100 11101100 11111 111101 0 111 100001101 1001111 1000000

Color Harmonies of #A25CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CEC

Black with #A25CEC

Text Example


Text Example

White with #A25CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CEC; }

 p { color: rgb(162,92,236); }

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

background-color css

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

 a { background-color: rgb(162,92,236); }

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

border-color css

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

 span { border-color: rgb(162,92,236); }

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