Html Css Color HEX #A359FF Light Slate Blue

📋 copy color: '#A359FF'

red 163 ◦ green 89 ◦ blue 255

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

Shades of Light Slate Blue #A359FF

Tints of Light Slate Blue #A359FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.55%

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

R = 32.15%
G = 17.55%
B = 50.3%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A359FF (or 0xA359FF) is known color: Light Slate Blue. HEX triplet: A3, 59 and FF. RGB value is (163,89,255). Sum of RGB (Red+Green+Blue) = 163+89+255=507 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.15% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #A359FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A359FF is #5CA600. Grayscale: #818181. Windows color (decimal): -6071809 or 16734627. OLE color: 16734627.

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

Color convert

RGB 163 89 255 -
CMYK 0.36 0.65 0 0
HSL 266.75º 1% 0.67% -
HSV(B) 266.75º 0.65% 1% -
XYZ 36.73 22.15 96.95 -
YUV 130.05 198.52 151.5 -
System Red Green Blue C M Y K H S L
Decimal 163 89 255 0.36 0.65 0 0 266.75 1 0.67
Hex A3 59 FF 24 41 0 0 10B 64 43
Octal 243 131 377 44 101 0 0 413 144 103
Binary 10100011 1011001 11111111 100100 1000001 0 0 100001011 1100100 1000011

Color Harmonies of #A359FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A359FF

Black with #A359FF

Text Example


Text Example

White with #A359FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A359FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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