Html Css Color HEX #A25CFC Medium Purple

📋 copy color: '#A25CFC'

red 162 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #A25CFC

Tints of Medium Purple #A25CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.18%

 BLUE value IS 252 (98.83% from 255) = 49.8%

R = 32.02%
G = 18.18%
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

#A25CFC (or 0xA25CFC) is known color: Medium Purple. HEX triplet: A2, 5C and FC. RGB value is (162,92,252). Sum of RGB (Red+Green+Blue) = 162+92+252=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #A25CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CFC is #5DA303. Grayscale: #828282. Windows color (decimal): -6136580 or 16538786. OLE color: 16538786.

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

Color convert

RGB 162 92 252 -
CMYK 0.36 0.63 0 0.01
HSL 266.25º 0.96% 0.67% -
HSV(B) 266.25º 0.63% 0.99% -
XYZ 36.3 22.36 94.5 -
YUV 131.17 196.19 149.99 -
System Red Green Blue C M Y K H S L
Decimal 162 92 252 0.36 0.63 0 0.01 266.25 0.96 0.67
Hex A2 5C FC 24 3F 0 1 10A 60 43
Octal 242 134 374 44 77 0 1 412 140 103
Binary 10100010 1011100 11111100 100100 111111 0 1 100001010 1100000 1000011

Color Harmonies of #A25CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CFC

Black with #A25CFC

Text Example


Text Example

White with #A25CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CFC; }

 p { color: rgb(162,92,252); }

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

background-color css

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

 a { background-color: rgb(162,92,252); }

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

border-color css

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

 span { border-color: rgb(162,92,252); }

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