Html Css Color HEX #A25DFD Medium Purple

📋 copy color: '#A25DFD'

red 162 ◦ green 93 ◦ blue 253

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

Shades of Medium Purple #A25DFD

Tints of Medium Purple #A25DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.31%

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

R = 31.89%
G = 18.31%
B = 49.8%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A25DFD (or 0xA25DFD) is known color: Medium Purple. HEX triplet: A2, 5D and FD. RGB value is (162,93,253). Sum of RGB (Red+Green+Blue) = 162+93+253=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 93 (36.72% from 255 or 18.31% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #A25DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DFD is #5DA202. Grayscale: #838383. Windows color (decimal): -6136323 or 16604578. OLE color: 16604578.

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

Color convert

RGB 162 93 253 -
CMYK 0.36 0.63 0 0.01
HSL 265.88º 0.98% 0.68% -
HSV(B) 265.88º 0.63% 0.99% -
XYZ 36.54 22.6 95.37 -
YUV 131.87 196.36 149.49 -
System Red Green Blue C M Y K H S L
Decimal 162 93 253 0.36 0.63 0 0.01 265.88 0.98 0.68
Hex A2 5D FD 24 3F 0 1 10A 62 44
Octal 242 135 375 44 77 0 1 412 142 104
Binary 10100010 1011101 11111101 100100 111111 0 1 100001010 1100010 1000100

Color Harmonies of #A25DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DFD

Black with #A25DFD

Text Example


Text Example

White with #A25DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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