Html Css Color HEX #A37EFF Light Slate Blue

📋 copy color: '#A37EFF'

red 163 ◦ green 126 ◦ blue 255

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

Shades of Light Slate Blue #A37EFF

Tints of Light Slate Blue #A37EFF

RGB

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

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

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

R = 29.96%
G = 23.16%
B = 46.88%

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

#A37EFF (or 0xA37EFF) is known color: Light Slate Blue. HEX triplet: A3, 7E and FF. RGB value is (163,126,255). Sum of RGB (Red+Green+Blue) = 163+126+255=544 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.96% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A37EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37EFF is #5C8100. Grayscale: #979797. Windows color (decimal): -6062337 or 16744099. OLE color: 16744099.

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

Color convert

RGB 163 126 255 -
CMYK 0.36 0.51 0 0
HSL 257.21º 1% 0.75% -
HSV(B) 257.21º 0.51% 1% -
XYZ 40.62 29.93 98.24 -
YUV 151.77 186.26 136.01 -
System Red Green Blue C M Y K H S L
Decimal 163 126 255 0.36 0.51 0 0 257.21 1 0.75
Hex A3 7E FF 24 33 0 0 101 64 4B
Octal 243 176 377 44 63 0 0 401 144 113
Binary 10100011 1111110 11111111 100100 110011 0 0 100000001 1100100 1001011

Color Harmonies of #A37EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37EFF

Black with #A37EFF

Text Example


Text Example

White with #A37EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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