Html Css Color HEX #A37CFB Light Slate Blue

📋 copy color: '#A37CFB'

red 163 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #A37CFB

Tints of Light Slate Blue #A37CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.65%

R = 30.3%
G = 23.05%
B = 46.65%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A37CFB (or 0xA37CFB) is known color: Light Slate Blue. HEX triplet: A3, 7C and FB. RGB value is (163,124,251). Sum of RGB (Red+Green+Blue) = 163+124+251=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #A37CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37CFB is #5C8304. Grayscale: #959595. Windows color (decimal): -6062853 or 16481443. OLE color: 16481443.

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

Color convert

RGB 163 124 251 -
CMYK 0.35 0.51 0 0.02
HSL 258.43º 0.94% 0.74% -
HSV(B) 258.43º 0.51% 0.98% -
XYZ 39.72 29.17 94.8 -
YUV 150.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 163 124 251 0.35 0.51 0 0.02 258.43 0.94 0.74
Hex A3 7C FB 23 33 0 2 102 5E 4A
Octal 243 174 373 43 63 0 2 402 136 112
Binary 10100011 1111100 11111011 100011 110011 0 10 100000010 1011110 1001010

Color Harmonies of #A37CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37CFB

Black with #A37CFB

Text Example


Text Example

White with #A37CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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