Html Css Color HEX #A25DFE Light Slate Blue

📋 copy color: '#A25DFE'

red 162 ◦ green 93 ◦ blue 254

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

Shades of Light Slate Blue #A25DFE

Tints of Light Slate Blue #A25DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 31.83%
G = 18.27%
B = 49.9%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A25DFE (or 0xA25DFE) is known color: Light Slate Blue. HEX triplet: A2, 5D and FE. RGB value is (162,93,254). Sum of RGB (Red+Green+Blue) = 162+93+254=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 93 (36.72% from 255 or 18.27% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A25DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25DFE is #5DA201. Grayscale: #838383. Windows color (decimal): -6136322 or 16670114. OLE color: 16670114.

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

Color convert

RGB 162 93 254 -
CMYK 0.36 0.63 0 0.00
HSL 265.71º 0.99% 0.68% -
HSV(B) 265.71º 0.63% 1% -
XYZ 36.7 22.67 96.21 -
YUV 131.99 196.86 149.41 -
System Red Green Blue C M Y K H S L
Decimal 162 93 254 0.36 0.63 0 0.00 265.71 0.99 0.68
Hex A2 5D FE 24 3F 0 0 10A 63 44
Octal 242 135 376 44 77 0 0 412 143 104
Binary 10100010 1011101 11111110 100100 111111 0 0 100001010 1100011 1000100

Color Harmonies of #A25DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DFE

Black with #A25DFE

Text Example


Text Example

White with #A25DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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