Html Css Color HEX #A370FD Light Slate Blue

📋 copy color: '#A370FD'

red 163 ◦ green 112 ◦ blue 253

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

Shades of Light Slate Blue #A370FD

Tints of Light Slate Blue #A370FD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 30.87%
G = 21.21%
B = 47.92%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A370FD (or 0xA370FD) is known color: Light Slate Blue. HEX triplet: A3, 70 and FD. RGB value is (163,112,253). Sum of RGB (Red+Green+Blue) = 163+112+253=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #A370FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A370FD is #5C8F02. Grayscale: #8E8E8E. Windows color (decimal): -6065923 or 16609443. OLE color: 16609443.

HSL color Cylindrical-coordinate representation of color #A370FD: hue angle of 261.7º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A370FD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 163 112 253 -
CMYK 0.36 0.56 0 0.01
HSL 261.7º 0.97% 0.72% -
HSV(B) 261.7º 0.56% 0.99% -
XYZ 38.63 26.47 96 -
YUV 143.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 163 112 253 0.36 0.56 0 0.01 261.7 0.97 0.72
Hex A3 70 FD 24 38 0 1 106 61 48
Octal 243 160 375 44 70 0 1 406 141 110
Binary 10100011 1110000 11111101 100100 111000 0 1 100000110 1100001 1001000

Color Harmonies of #A370FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A370FD

Black with #A370FD

Text Example


Text Example

White with #A370FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A370FD; }

 p { color: rgb(163,112,253); }

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

background-color css

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

 a { background-color: rgb(163,112,253); }

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

border-color css

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

 span { border-color: rgb(163,112,253); }

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