Html Css Color HEX #A46BFF Light Slate Blue

📋 copy color: '#A46BFF'

red 164 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #A46BFF

Tints of Light Slate Blue #A46BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.34%

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

R = 31.18%
G = 20.34%
B = 48.48%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A46BFF (or 0xA46BFF) is known color: Light Slate Blue. HEX triplet: A4, 6B and FF. RGB value is (164,107,255). Sum of RGB (Red+Green+Blue) = 164+107+255=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 107 (42.19% from 255 or 20.34% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #A46BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BFF is #5B9400. Grayscale: #8C8C8C. Windows color (decimal): -6001665 or 16739236. OLE color: 16739236.

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

Color convert

RGB 164 107 255 -
CMYK 0.36 0.58 0 0
HSL 263.11º 1% 0.71% -
HSV(B) 263.11º 0.58% 1% -
XYZ 38.62 25.63 97.52 -
YUV 140.92 192.38 144.47 -
System Red Green Blue C M Y K H S L
Decimal 164 107 255 0.36 0.58 0 0 263.11 1 0.71
Hex A4 6B FF 24 3A 0 0 107 64 47
Octal 244 153 377 44 72 0 0 407 144 107
Binary 10100100 1101011 11111111 100100 111010 0 0 100000111 1100100 1000111

Color Harmonies of #A46BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46BFF

Black with #A46BFF

Text Example


Text Example

White with #A46BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46BFF; }

 p { color: rgb(164,107,255); }

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

background-color css

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

 a { background-color: rgb(164,107,255); }

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

border-color css

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

 span { border-color: rgb(164,107,255); }

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