Html Css Color HEX #A25FFF Light Slate Blue

📋 copy color: '#A25FFF'

red 162 ◦ green 95 ◦ blue 255

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

Shades of Light Slate Blue #A25FFF

Tints of Light Slate Blue #A25FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.55%

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

R = 31.64%
G = 18.55%
B = 49.8%

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

#A25FFF (or 0xA25FFF) is known color: Light Slate Blue. HEX triplet: A2, 5F and FF. RGB value is (162,95,255). Sum of RGB (Red+Green+Blue) = 162+95+255=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #A25FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25FFF is #5DA000. Grayscale: #848484. Windows color (decimal): -6135809 or 16736162. OLE color: 16736162.

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

Color convert

RGB 162 95 255 -
CMYK 0.36 0.63 0 0
HSL 265.13º 1% 0.69% -
HSV(B) 265.13º 0.63% 1% -
XYZ 37.04 23.09 97.11 -
YUV 133.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 162 95 255 0.36 0.63 0 0 265.13 1 0.69
Hex A2 5F FF 24 3F 0 0 109 64 45
Octal 242 137 377 44 77 0 0 411 144 105
Binary 10100010 1011111 11111111 100100 111111 0 0 100001001 1100100 1000101

Color Harmonies of #A25FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FFF

Black with #A25FFF

Text Example


Text Example

White with #A25FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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