Html Css Color HEX #A36EFD Light Slate Blue

📋 copy color: '#A36EFD'

red 163 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #A36EFD

Tints of Light Slate Blue #A36EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.91%

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

R = 30.99%
G = 20.91%
B = 48.1%

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

#A36EFD (or 0xA36EFD) is known color: Light Slate Blue. HEX triplet: A3, 6E and FD. RGB value is (163,110,253). Sum of RGB (Red+Green+Blue) = 163+110+253=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 110 (43.36% from 255 or 20.91% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A36EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A36EFD is #5C9102. Grayscale: #8D8D8D. Windows color (decimal): -6066435 or 16608931. OLE color: 16608931.

HSL color Cylindrical-coordinate representation of color #A36EFD: hue angle of 262.24º 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 #A36EFD is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 110 253 -
CMYK 0.36 0.57 0 0.01
HSL 262.24º 0.97% 0.71% -
HSV(B) 262.24º 0.57% 0.99% -
XYZ 38.41 26.03 95.93 -
YUV 142.15 190.56 142.87 -
System Red Green Blue C M Y K H S L
Decimal 163 110 253 0.36 0.57 0 0.01 262.24 0.97 0.71
Hex A3 6E FD 24 39 0 1 106 61 47
Octal 243 156 375 44 71 0 1 406 141 107
Binary 10100011 1101110 11111101 100100 111001 0 1 100000110 1100001 1000111

Color Harmonies of #A36EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36EFD

Black with #A36EFD

Text Example


Text Example

White with #A36EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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