Html Css Color HEX #A463FF Light Slate Blue

📋 copy color: '#A463FF'

red 164 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #A463FF

Tints of Light Slate Blue #A463FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

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

R = 31.66%
G = 19.11%
B = 49.23%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A463FF (or 0xA463FF) is known color: Light Slate Blue. HEX triplet: A4, 63 and FF. RGB value is (164,99,255). Sum of RGB (Red+Green+Blue) = 164+99+255=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #A463FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A463FF is #5B9C00. Grayscale: #878787. Windows color (decimal): -6003713 or 16737188. OLE color: 16737188.

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

Color convert

RGB 164 99 255 -
CMYK 0.36 0.61 0 0
HSL 265º 1% 0.69% -
HSV(B) 265º 0.61% 1% -
XYZ 37.82 24.04 97.25 -
YUV 136.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 164 99 255 0.36 0.61 0 0 265 1 0.69
Hex A4 63 FF 24 3D 0 0 109 64 45
Octal 244 143 377 44 75 0 0 411 144 105
Binary 10100100 1100011 11111111 100100 111101 0 0 100001001 1100100 1000101

Color Harmonies of #A463FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A463FF

Black with #A463FF

Text Example


Text Example

White with #A463FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A463FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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