Html Css Color HEX #A37EFC Light Slate Blue

📋 copy color: '#A37EFC'

red 163 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #A37EFC

Tints of Light Slate Blue #A37EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.29%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 30.13%
G = 23.29%
B = 46.58%

CMYK

 C value IS 0.35

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A37EFC (or 0xA37EFC) is known color: Light Slate Blue. HEX triplet: A3, 7E and FC. RGB value is (163,126,252). Sum of RGB (Red+Green+Blue) = 163+126+252=541 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.13% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A37EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFC is #5C8103. Grayscale: #969696. Windows color (decimal): -6062340 or 16547491. OLE color: 16547491.

HSL color Cylindrical-coordinate representation of color #A37EFC: hue angle of 257.62º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A37EFC is Cyan = 0.35, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 126 252 -
CMYK 0.35 0.5 0 0.01
HSL 257.62º 0.95% 0.74% -
HSV(B) 257.62º 0.5% 0.99% -
XYZ 40.14 29.74 95.72 -
YUV 151.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 163 126 252 0.35 0.5 0 0.01 257.62 0.95 0.74
Hex A3 7E FC 23 32 0 1 102 5F 4A
Octal 243 176 374 43 62 0 1 402 137 112
Binary 10100011 1111110 11111100 100011 110010 0 1 100000010 1011111 1001010

Color Harmonies of #A37EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EFC

Black with #A37EFC

Text Example


Text Example

White with #A37EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EFC; }

 p { color: rgb(163,126,252); }

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

background-color css

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

 a { background-color: rgb(163,126,252); }

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

border-color css

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

 span { border-color: rgb(163,126,252); }

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