Html Css Color HEX #A367FE Light Slate Blue

📋 copy color: '#A367FE'

red 163 ◦ green 103 ◦ blue 254

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

Shades of Light Slate Blue #A367FE

Tints of Light Slate Blue #A367FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.81%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 31.35%
G = 19.81%
B = 48.85%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A367FE (or 0xA367FE) is known color: Light Slate Blue. HEX triplet: A3, 67 and FE. RGB value is (163,103,254). Sum of RGB (Red+Green+Blue) = 163+103+254=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #A367FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367FE is #5C9801. Grayscale: #898989. Windows color (decimal): -6068226 or 16672675. OLE color: 16672675.

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

Color convert

RGB 163 103 254 -
CMYK 0.36 0.59 0 0.00
HSL 263.84º 0.99% 0.7% -
HSV(B) 263.84º 0.59% 1% -
XYZ 37.84 24.64 96.53 -
YUV 138.15 193.38 145.72 -
System Red Green Blue C M Y K H S L
Decimal 163 103 254 0.36 0.59 0 0.00 263.84 0.99 0.7
Hex A3 67 FE 24 3B 0 0 108 63 46
Octal 243 147 376 44 73 0 0 410 143 106
Binary 10100011 1100111 11111110 100100 111011 0 0 100001000 1100011 1000110

Color Harmonies of #A367FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367FE

Black with #A367FE

Text Example


Text Example

White with #A367FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367FE; }

 p { color: rgb(163,103,254); }

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

background-color css

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

 a { background-color: rgb(163,103,254); }

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

border-color css

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

 span { border-color: rgb(163,103,254); }

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