Html Css Color HEX #A25CEA Medium Purple

📋 copy color: '#A25CEA'

red 162 ◦ green 92 ◦ blue 234

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

Shades of Medium Purple #A25CEA

Tints of Medium Purple #A25CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.95%

R = 33.2%
G = 18.85%
B = 47.95%

CMYK

 C value IS 0.31

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A25CEA (or 0xA25CEA) is known color: Medium Purple. HEX triplet: A2, 5C and EA. RGB value is (162,92,234). Sum of RGB (Red+Green+Blue) = 162+92+234=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 92 (36.33% from 255 or 18.85% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CEA is #5DA315. Grayscale: #808080. Windows color (decimal): -6136598 or 15359138. OLE color: 15359138.

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

Color convert

RGB 162 92 234 -
CMYK 0.31 0.61 0 0.08
HSL 269.58º 0.77% 0.64% -
HSV(B) 269.58º 0.61% 0.92% -
XYZ 33.58 21.28 80.18 -
YUV 129.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 162 92 234 0.31 0.61 0 0.08 269.58 0.77 0.64
Hex A2 5C EA 1F 3D 0 8 10E 4D 40
Octal 242 134 352 37 75 0 10 416 115 100
Binary 10100010 1011100 11101010 11111 111101 0 1000 100001110 1001101 1000000

Color Harmonies of #A25CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CEA

Black with #A25CEA

Text Example


Text Example

White with #A25CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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