Html Css Color HEX #A37CFF Light Slate Blue

📋 copy color: '#A37CFF'

red 163 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #A37CFF

Tints of Light Slate Blue #A37CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

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

R = 30.07%
G = 22.88%
B = 47.05%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A37CFF (or 0xA37CFF) is known color: Light Slate Blue. HEX triplet: A3, 7C and FF. RGB value is (163,124,255). Sum of RGB (Red+Green+Blue) = 163+124+255=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A37CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CFF is #5C8300. Grayscale: #969696. Windows color (decimal): -6062849 or 16743587. OLE color: 16743587.

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

Color convert

RGB 163 124 255 -
CMYK 0.36 0.51 0 0
HSL 257.86º 1% 0.74% -
HSV(B) 257.86º 0.51% 1% -
XYZ 40.36 29.42 98.16 -
YUV 150.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 163 124 255 0.36 0.51 0 0 257.86 1 0.74
Hex A3 7C FF 24 33 0 0 102 64 4A
Octal 243 174 377 44 63 0 0 402 144 112
Binary 10100011 1111100 11111111 100100 110011 0 0 100000010 1100100 1001010

Color Harmonies of #A37CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CFF

Black with #A37CFF

Text Example


Text Example

White with #A37CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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