Html Css Color HEX #A25BFE Light Slate Blue

📋 copy color: '#A25BFE'

red 162 ◦ green 91 ◦ blue 254

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

Shades of Light Slate Blue #A25BFE

Tints of Light Slate Blue #A25BFE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.95%

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

R = 31.95%
G = 17.95%
B = 50.1%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A25BFE (or 0xA25BFE) is known color: Light Slate Blue. HEX triplet: A2, 5B and FE. RGB value is (162,91,254). Sum of RGB (Red+Green+Blue) = 162+91+254=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #A25BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25BFE is #5DA401. Grayscale: #828282. Windows color (decimal): -6136834 or 16669602. OLE color: 16669602.

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

Color convert

RGB 162 91 254 -
CMYK 0.36 0.64 0 0.00
HSL 266.13º 0.99% 0.68% -
HSV(B) 266.13º 0.64% 1% -
XYZ 36.53 22.32 96.15 -
YUV 130.81 197.52 150.25 -
System Red Green Blue C M Y K H S L
Decimal 162 91 254 0.36 0.64 0 0.00 266.13 0.99 0.68
Hex A2 5B FE 24 40 0 0 10A 63 44
Octal 242 133 376 44 100 0 0 412 143 104
Binary 10100010 1011011 11111110 100100 1000000 0 0 100001010 1100011 1000100

Color Harmonies of #A25BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BFE

Black with #A25BFE

Text Example


Text Example

White with #A25BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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