Html Css Color HEX #A374FD Light Slate Blue

📋 copy color: '#A374FD'

red 163 ◦ green 116 ◦ blue 253

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

Shades of Light Slate Blue #A374FD

Tints of Light Slate Blue #A374FD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 30.64%
G = 21.8%
B = 47.56%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A374FD (or 0xA374FD) is known color: Light Slate Blue. HEX triplet: A3, 74 and FD. RGB value is (163,116,253). Sum of RGB (Red+Green+Blue) = 163+116+253=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #A374FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374FD is #5C8B02. Grayscale: #919191. Windows color (decimal): -6064899 or 16610467. OLE color: 16610467.

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

Color convert

RGB 163 116 253 -
CMYK 0.36 0.54 0 0.01
HSL 260.58º 0.97% 0.72% -
HSV(B) 260.58º 0.54% 0.99% -
XYZ 39.08 27.37 96.15 -
YUV 145.67 188.57 140.36 -
System Red Green Blue C M Y K H S L
Decimal 163 116 253 0.36 0.54 0 0.01 260.58 0.97 0.72
Hex A3 74 FD 24 36 0 1 105 61 48
Octal 243 164 375 44 66 0 1 405 141 110
Binary 10100011 1110100 11111101 100100 110110 0 1 100000101 1100001 1001000

Color Harmonies of #A374FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374FD

Black with #A374FD

Text Example


Text Example

White with #A374FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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