Html Css Color HEX #A255FD Medium Purple

📋 copy color: '#A255FD'

red 162 ◦ green 85 ◦ blue 253

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

Shades of Medium Purple #A255FD

Tints of Medium Purple #A255FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17%

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

R = 32.4%
G = 17%
B = 50.6%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A255FD (or 0xA255FD) is known color: Medium Purple. HEX triplet: A2, 55 and FD. RGB value is (162,85,253). Sum of RGB (Red+Green+Blue) = 162+85+253=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #A255FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255FD is #5DAA02. Grayscale: #7E7E7E. Windows color (decimal): -6138371 or 16602530. OLE color: 16602530.

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

Color convert

RGB 162 85 253 -
CMYK 0.36 0.66 0 0.01
HSL 267.5º 0.98% 0.66% -
HSV(B) 267.5º 0.66% 0.99% -
XYZ 35.88 21.27 95.14 -
YUV 127.18 199.01 152.84 -
System Red Green Blue C M Y K H S L
Decimal 162 85 253 0.36 0.66 0 0.01 267.5 0.98 0.66
Hex A2 55 FD 24 42 0 1 10C 62 42
Octal 242 125 375 44 102 0 1 414 142 102
Binary 10100010 1010101 11111101 100100 1000010 0 1 100001100 1100010 1000010

Color Harmonies of #A255FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A255FD

Black with #A255FD

Text Example


Text Example

White with #A255FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A255FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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