Html Css Color HEX #A258F2 Medium Purple

📋 copy color: '#A258F2'

red 162 ◦ green 88 ◦ blue 242

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

Shades of Medium Purple #A258F2

Tints of Medium Purple #A258F2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.89%

 BLUE value IS 242 (94.92% from 255) = 49.19%

R = 32.93%
G = 17.89%
B = 49.19%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A258F2 (or 0xA258F2) is known color: Medium Purple. HEX triplet: A2, 58 and F2. RGB value is (162,88,242). Sum of RGB (Red+Green+Blue) = 162+88+242=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 88 (34.77% from 255 or 17.89% from 492); Blue value is 242 (94.92% from 255 or 49.19% from 492); Max value from RGB is 242 - color contains mainly: blue. Hex color #A258F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258F2 is #5DA70D. Grayscale: #7F7F7F. Windows color (decimal): -6137614 or 15882402. OLE color: 15882402.

HSL color Cylindrical-coordinate representation of color #A258F2: hue angle of 268.83º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A258F2 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 88 242 -
CMYK 0.33 0.64 0 0.05
HSL 268.83º 0.86% 0.65% -
HSV(B) 268.83º 0.64% 0.95% -
XYZ 34.42 21.07 86.26 -
YUV 127.68 192.52 152.48 -
System Red Green Blue C M Y K H S L
Decimal 162 88 242 0.33 0.64 0 0.05 268.83 0.86 0.65
Hex A2 58 F2 21 40 0 5 10D 56 41
Octal 242 130 362 41 100 0 5 415 126 101
Binary 10100010 1011000 11110010 100001 1000000 0 101 100001101 1010110 1000001

Color Harmonies of #A258F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258F2

Black with #A258F2

Text Example


Text Example

White with #A258F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258F2; }

 p { color: rgb(162,88,242); }

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

background-color css

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

 a { background-color: rgb(162,88,242); }

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

border-color css

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

 span { border-color: rgb(162,88,242); }

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