Html Css Color HEX #A46AFE Light Slate Blue

📋 copy color: '#A46AFE'

red 164 ◦ green 106 ◦ blue 254

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

Shades of Light Slate Blue #A46AFE

Tints of Light Slate Blue #A46AFE

RGB

 RED value IS 164 (64.45% from 255) = 31.3%

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

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

R = 31.3%
G = 20.23%
B = 48.47%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A46AFE (or 0xA46AFE) is known color: Light Slate Blue. HEX triplet: A4, 6A and FE. RGB value is (164,106,254). Sum of RGB (Red+Green+Blue) = 164+106+254=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #A46AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46AFE is #5B9501. Grayscale: #8B8B8B. Windows color (decimal): -6001922 or 16673444. OLE color: 16673444.

HSL color Cylindrical-coordinate representation of color #A46AFE: hue angle of 263.51º 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 #A46AFE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 164 106 254 -
CMYK 0.35 0.58 0 0.00
HSL 263.51º 0.99% 0.71% -
HSV(B) 263.51º 0.58% 1% -
XYZ 38.35 25.36 96.64 -
YUV 140.21 192.22 144.97 -
System Red Green Blue C M Y K H S L
Decimal 164 106 254 0.35 0.58 0 0.00 263.51 0.99 0.71
Hex A4 6A FE 23 3A 0 0 108 63 47
Octal 244 152 376 43 72 0 0 410 143 107
Binary 10100100 1101010 11111110 100011 111010 0 0 100001000 1100011 1000111

Color Harmonies of #A46AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46AFE

Black with #A46AFE

Text Example


Text Example

White with #A46AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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