Html Css Color HEX #A25AEF Medium Purple

📋 copy color: '#A25AEF'

red 162 ◦ green 90 ◦ blue 239

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

Shades of Medium Purple #A25AEF

Tints of Medium Purple #A25AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.68%

R = 32.99%
G = 18.33%
B = 48.68%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A25AEF (or 0xA25AEF) is known color: Medium Purple. HEX triplet: A2, 5A and EF. RGB value is (162,90,239). Sum of RGB (Red+Green+Blue) = 162+90+239=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #A25AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AEF is #5DA510. Grayscale: #7F7F7F. Windows color (decimal): -6137105 or 15686306. OLE color: 15686306.

HSL color Cylindrical-coordinate representation of color #A25AEF: hue angle of 268.99º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25AEF is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 90 239 -
CMYK 0.32 0.62 0 0.06
HSL 268.99º 0.82% 0.65% -
HSV(B) 268.99º 0.62% 0.94% -
XYZ 34.14 21.23 83.96 -
YUV 128.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 162 90 239 0.32 0.62 0 0.06 268.99 0.82 0.65
Hex A2 5A EF 20 3E 0 6 10D 52 41
Octal 242 132 357 40 76 0 6 415 122 101
Binary 10100010 1011010 11101111 100000 111110 0 110 100001101 1010010 1000001

Color Harmonies of #A25AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AEF

Black with #A25AEF

Text Example


Text Example

White with #A25AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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