Html Css Color HEX #A258FD Medium Purple

📋 copy color: '#A258FD'

red 162 ◦ green 88 ◦ blue 253

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

Shades of Medium Purple #A258FD

Tints of Medium Purple #A258FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 32.21%
G = 17.5%
B = 50.3%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A258FD (or 0xA258FD) is known color: Medium Purple. HEX triplet: A2, 58 and FD. RGB value is (162,88,253). Sum of RGB (Red+Green+Blue) = 162+88+253=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 88 (34.77% from 255 or 17.50% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #A258FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A258FD is #5DA702. Grayscale: #808080. Windows color (decimal): -6137603 or 16603298. OLE color: 16603298.

HSL color Cylindrical-coordinate representation of color #A258FD: hue angle of 266.91º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A258FD is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 88 253 -
CMYK 0.36 0.65 0 0.01
HSL 266.91º 0.98% 0.67% -
HSV(B) 266.91º 0.65% 0.99% -
XYZ 36.12 21.75 95.22 -
YUV 128.94 198.02 151.58 -
System Red Green Blue C M Y K H S L
Decimal 162 88 253 0.36 0.65 0 0.01 266.91 0.98 0.67
Hex A2 58 FD 24 41 0 1 10B 62 43
Octal 242 130 375 44 101 0 1 413 142 103
Binary 10100010 1011000 11111101 100100 1000001 0 1 100001011 1100010 1000011

Color Harmonies of #A258FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258FD

Black with #A258FD

Text Example


Text Example

White with #A258FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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