Html Css Color HEX #A36CFD Light Slate Blue

📋 copy color: '#A36CFD'

red 163 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #A36CFD

Tints of Light Slate Blue #A36CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.61%

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 31.11%
G = 20.61%
B = 48.28%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A36CFD (or 0xA36CFD) is known color: Light Slate Blue. HEX triplet: A3, 6C and FD. RGB value is (163,108,253). Sum of RGB (Red+Green+Blue) = 163+108+253=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #A36CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36CFD is #5C9302. Grayscale: #8C8C8C. Windows color (decimal): -6066947 or 16608419. OLE color: 16608419.

HSL color Cylindrical-coordinate representation of color #A36CFD: hue angle of 262.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A36CFD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 108 253 -
CMYK 0.36 0.57 0 0.01
HSL 262.76º 0.97% 0.71% -
HSV(B) 262.76º 0.57% 0.99% -
XYZ 38.2 25.6 95.86 -
YUV 140.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 163 108 253 0.36 0.57 0 0.01 262.76 0.97 0.71
Hex A3 6C FD 24 39 0 1 107 61 47
Octal 243 154 375 44 71 0 1 407 141 107
Binary 10100011 1101100 11111101 100100 111001 0 1 100000111 1100001 1000111

Color Harmonies of #A36CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36CFD

Black with #A36CFD

Text Example


Text Example

White with #A36CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36CFD; }

 p { color: rgb(163,108,253); }

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

background-color css

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

 a { background-color: rgb(163,108,253); }

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

border-color css

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

 span { border-color: rgb(163,108,253); }

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