Html Css Color HEX #A368FF Light Slate Blue

📋 copy color: '#A368FF'

red 163 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #A368FF

Tints of Light Slate Blue #A368FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.92%

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

R = 31.23%
G = 19.92%
B = 48.85%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A368FF (or 0xA368FF) is known color: Light Slate Blue. HEX triplet: A3, 68 and FF. RGB value is (163,104,255). Sum of RGB (Red+Green+Blue) = 163+104+255=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #A368FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A368FF is #5C9700. Grayscale: #8A8A8A. Windows color (decimal): -6067969 or 16738467. OLE color: 16738467.

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

Color convert

RGB 163 104 255 -
CMYK 0.36 0.59 0 0
HSL 263.44º 1% 0.7% -
HSV(B) 263.44º 0.59% 1% -
XYZ 38.1 24.91 97.41 -
YUV 138.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 163 104 255 0.36 0.59 0 0 263.44 1 0.7
Hex A3 68 FF 24 3B 0 0 107 64 46
Octal 243 150 377 44 73 0 0 407 144 106
Binary 10100011 1101000 11111111 100100 111011 0 0 100000111 1100100 1000110

Color Harmonies of #A368FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A368FF

Black with #A368FF

Text Example


Text Example

White with #A368FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A368FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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