Html Css Color HEX #A46CFF Light Slate Blue

📋 copy color: '#A46CFF'

red 164 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #A46CFF

Tints of Light Slate Blue #A46CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.49%

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

R = 31.12%
G = 20.49%
B = 48.39%

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

#A46CFF (or 0xA46CFF) is known color: Light Slate Blue. HEX triplet: A4, 6C and FF. RGB value is (164,108,255). Sum of RGB (Red+Green+Blue) = 164+108+255=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A46CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CFF is #5B9300. Grayscale: #8C8C8C. Windows color (decimal): -6001409 or 16739492. OLE color: 16739492.

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

Color convert

RGB 164 108 255 -
CMYK 0.36 0.58 0 0
HSL 262.86º 1% 0.71% -
HSV(B) 262.86º 0.58% 1% -
XYZ 38.72 25.84 97.55 -
YUV 141.5 192.05 144.05 -
System Red Green Blue C M Y K H S L
Decimal 164 108 255 0.36 0.58 0 0 262.86 1 0.71
Hex A4 6C FF 24 3A 0 0 107 64 47
Octal 244 154 377 44 72 0 0 407 144 107
Binary 10100100 1101100 11111111 100100 111010 0 0 100000111 1100100 1000111

Color Harmonies of #A46CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46CFF

Black with #A46CFF

Text Example


Text Example

White with #A46CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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