Html Css Color HEX #A26AFE Light Slate Blue

📋 copy color: '#A26AFE'

red 162 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #A26AFE

Tints of Light Slate Blue #A26AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.31%

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

R = 31.03%
G = 20.31%
B = 48.66%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A26AFE (or 0xA26AFE) is known color: Light Slate Blue. HEX triplet: A2, 6A and FE. RGB value is (162,106,254). Sum of RGB (Red+Green+Blue) = 162+106+254=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #A26AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AFE is #5D9501. Grayscale: #8B8B8B. Windows color (decimal): -6132994 or 16673442. OLE color: 16673442.

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

Color convert

RGB 162 106 254 -
CMYK 0.36 0.58 0 0.00
HSL 262.7º 0.99% 0.71% -
HSV(B) 262.7º 0.58% 1% -
XYZ 37.94 25.15 96.62 -
YUV 139.62 192.55 143.97 -
System Red Green Blue C M Y K H S L
Decimal 162 106 254 0.36 0.58 0 0.00 262.7 0.99 0.71
Hex A2 6A FE 24 3A 0 0 107 63 47
Octal 242 152 376 44 72 0 0 407 143 107
Binary 10100010 1101010 11111110 100100 111010 0 0 100000111 1100011 1000111

Color Harmonies of #A26AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26AFE

Black with #A26AFE

Text Example


Text Example

White with #A26AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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