Html Css Color HEX #A25AEC Medium Purple

📋 copy color: '#A25AEC'

red 162 ◦ green 90 ◦ blue 236

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

Shades of Medium Purple #A25AEC

Tints of Medium Purple #A25AEC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

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

R = 33.2%
G = 18.44%
B = 48.36%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A25AEC (or 0xA25AEC) is known color: Medium Purple. HEX triplet: A2, 5A and EC. RGB value is (162,90,236). Sum of RGB (Red+Green+Blue) = 162+90+236=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A25AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AEC is #5DA513. Grayscale: #7F7F7F. Windows color (decimal): -6137108 or 15489698. OLE color: 15489698.

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

Color convert

RGB 162 90 236 -
CMYK 0.31 0.62 0 0.07
HSL 269.59º 0.79% 0.64% -
HSV(B) 269.59º 0.62% 0.93% -
XYZ 33.7 21.05 81.64 -
YUV 128.17 188.85 152.13 -
System Red Green Blue C M Y K H S L
Decimal 162 90 236 0.31 0.62 0 0.07 269.59 0.79 0.64
Hex A2 5A EC 1F 3E 0 7 10E 4F 40
Octal 242 132 354 37 76 0 7 416 117 100
Binary 10100010 1011010 11101100 11111 111110 0 111 100001110 1001111 1000000

Color Harmonies of #A25AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AEC

Black with #A25AEC

Text Example


Text Example

White with #A25AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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