Html Css Color HEX #A367FF Light Slate Blue

📋 copy color: '#A367FF'

red 163 ◦ green 103 ◦ blue 255

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

Shades of Light Slate Blue #A367FF

Tints of Light Slate Blue #A367FF

RGB

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

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

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

R = 31.29%
G = 19.77%
B = 48.94%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A367FF (or 0xA367FF) is known color: Light Slate Blue. HEX triplet: A3, 67 and FF. RGB value is (163,103,255). Sum of RGB (Red+Green+Blue) = 163+103+255=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A367FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A367FF is #5C9800. Grayscale: #898989. Windows color (decimal): -6068225 or 16738211. OLE color: 16738211.

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

Color convert

RGB 163 103 255 -
CMYK 0.36 0.60 0 0
HSL 263.68º 1% 0.7% -
HSV(B) 263.68º 0.6% 1% -
XYZ 38 24.71 97.37 -
YUV 138.27 193.88 145.64 -
System Red Green Blue C M Y K H S L
Decimal 163 103 255 0.36 0.60 0 0 263.68 1 0.7
Hex A3 67 FF 24 3C 0 0 108 64 46
Octal 243 147 377 44 74 0 0 410 144 106
Binary 10100011 1100111 11111111 100100 111100 0 0 100001000 1100100 1000110

Color Harmonies of #A367FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A367FF

Black with #A367FF

Text Example


Text Example

White with #A367FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A367FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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