Html Css Color HEX #A25EFF Light Slate Blue

📋 copy color: '#A25EFF'

red 162 ◦ green 94 ◦ blue 255

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

Shades of Light Slate Blue #A25EFF

Tints of Light Slate Blue #A25EFF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.4%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 31.7%
G = 18.4%
B = 49.9%

CMYK

 C value IS 0.36

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A25EFF (or 0xA25EFF) is known color: Light Slate Blue. HEX triplet: A2, 5E and FF. RGB value is (162,94,255). Sum of RGB (Red+Green+Blue) = 162+94+255=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 94 (37.11% from 255 or 18.40% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #A25EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25EFF is #5DA100. Grayscale: #848484. Windows color (decimal): -6136065 or 16735906. OLE color: 16735906.

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

Color convert

RGB 162 94 255 -
CMYK 0.36 0.63 0 0
HSL 265.34º 1% 0.68% -
HSV(B) 265.34º 0.63% 1% -
XYZ 36.95 22.91 97.08 -
YUV 132.69 197.03 148.91 -
System Red Green Blue C M Y K H S L
Decimal 162 94 255 0.36 0.63 0 0 265.34 1 0.68
Hex A2 5E FF 24 3F 0 0 109 64 44
Octal 242 136 377 44 77 0 0 411 144 104
Binary 10100010 1011110 11111111 100100 111111 0 0 100001001 1100100 1000100

Color Harmonies of #A25EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25EFF

Black with #A25EFF

Text Example


Text Example

White with #A25EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25EFF; }

 p { color: rgb(162,94,255); }

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

background-color css

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

 a { background-color: rgb(162,94,255); }

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

border-color css

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

 span { border-color: rgb(162,94,255); }

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