Html Css Color HEX #A37DFA Light Slate Blue

📋 copy color: '#A37DFA'

red 163 ◦ green 125 ◦ blue 250

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

Shades of Light Slate Blue #A37DFA

Tints of Light Slate Blue #A37DFA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.23%

 BLUE value IS 250 (98.05% from 255) = 46.47%

R = 30.3%
G = 23.23%
B = 46.47%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A37DFA (or 0xA37DFA) is known color: Light Slate Blue. HEX triplet: A3, 7D and FA. RGB value is (163,125,250). Sum of RGB (Red+Green+Blue) = 163+125+250=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #A37DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37DFA is #5C8205. Grayscale: #969696. Windows color (decimal): -6062598 or 16416163. OLE color: 16416163.

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

Color convert

RGB 163 125 250 -
CMYK 0.35 0.50 0 0.02
HSL 258.24º 0.93% 0.74% -
HSV(B) 258.24º 0.5% 0.98% -
XYZ 39.69 29.36 94.02 -
YUV 150.61 184.09 136.84 -
System Red Green Blue C M Y K H S L
Decimal 163 125 250 0.35 0.50 0 0.02 258.24 0.93 0.74
Hex A3 7D FA 23 32 0 2 102 5D 4A
Octal 243 175 372 43 62 0 2 402 135 112
Binary 10100011 1111101 11111010 100011 110010 0 10 100000010 1011101 1001010

Color Harmonies of #A37DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37DFA

Black with #A37DFA

Text Example


Text Example

White with #A37DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37DFA; }

 p { color: rgb(163,125,250); }

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

background-color css

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

 a { background-color: rgb(163,125,250); }

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

border-color css

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

 span { border-color: rgb(163,125,250); }

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