Html Css Color HEX #A360FF Light Slate Blue

📋 copy color: '#A360FF'

red 163 ◦ green 96 ◦ blue 255

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

Shades of Light Slate Blue #A360FF

Tints of Light Slate Blue #A360FF

RGB

 RED value IS 163 (64.06% from 255) = 31.71%

 GREEN value IS 96 (37.89% from 255) = 18.68%

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

R = 31.71%
G = 18.68%
B = 49.61%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A360FF (or 0xA360FF) is known color: Light Slate Blue. HEX triplet: A3, 60 and FF. RGB value is (163,96,255). Sum of RGB (Red+Green+Blue) = 163+96+255=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #A360FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360FF is #5C9F00. Grayscale: #858585. Windows color (decimal): -6070017 or 16736419. OLE color: 16736419.

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

Color convert

RGB 163 96 255 -
CMYK 0.36 0.62 0 0
HSL 265.28º 1% 0.69% -
HSV(B) 265.28º 0.62% 1% -
XYZ 37.34 23.37 97.15 -
YUV 134.16 196.2 148.57 -
System Red Green Blue C M Y K H S L
Decimal 163 96 255 0.36 0.62 0 0 265.28 1 0.69
Hex A3 60 FF 24 3E 0 0 109 64 45
Octal 243 140 377 44 76 0 0 411 144 105
Binary 10100011 1100000 11111111 100100 111110 0 0 100001001 1100100 1000101

Color Harmonies of #A360FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A360FF

Black with #A360FF

Text Example


Text Example

White with #A360FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A360FF; }

 p { color: rgb(163,96,255); }

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

background-color css

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

 a { background-color: rgb(163,96,255); }

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

border-color css

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

 span { border-color: rgb(163,96,255); }

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