Html Css Color HEX #A25DFB Medium Purple

📋 copy color: '#A25DFB'

red 162 ◦ green 93 ◦ blue 251

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

Shades of Medium Purple #A25DFB

Tints of Medium Purple #A25DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 32.02%
G = 18.38%
B = 49.6%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A25DFB (or 0xA25DFB) is known color: Medium Purple. HEX triplet: A2, 5D and FB. RGB value is (162,93,251). Sum of RGB (Red+Green+Blue) = 162+93+251=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 93 (36.72% from 255 or 18.38% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #A25DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DFB is #5DA204. Grayscale: #838383. Windows color (decimal): -6136325 or 16473506. OLE color: 16473506.

HSL color Cylindrical-coordinate representation of color #A25DFB: hue angle of 266.2º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A25DFB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 93 251 -
CMYK 0.35 0.63 0 0.02
HSL 266.2º 0.95% 0.67% -
HSV(B) 266.2º 0.63% 0.98% -
XYZ 36.23 22.48 93.7 -
YUV 131.64 195.36 149.65 -
System Red Green Blue C M Y K H S L
Decimal 162 93 251 0.35 0.63 0 0.02 266.2 0.95 0.67
Hex A2 5D FB 23 3F 0 2 10A 5F 43
Octal 242 135 373 43 77 0 2 412 137 103
Binary 10100010 1011101 11111011 100011 111111 0 10 100001010 1011111 1000011

Color Harmonies of #A25DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DFB

Black with #A25DFB

Text Example


Text Example

White with #A25DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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