Html Css Color HEX #A374FF Light Slate Blue

📋 copy color: '#A374FF'

red 163 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #A374FF

Tints of Light Slate Blue #A374FF

RGB

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

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

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

R = 30.52%
G = 21.72%
B = 47.75%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A374FF (or 0xA374FF) is known color: Light Slate Blue. HEX triplet: A3, 74 and FF. RGB value is (163,116,255). Sum of RGB (Red+Green+Blue) = 163+116+255=534 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.52% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #A374FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A374FF is #5C8B00. Grayscale: #919191. Windows color (decimal): -6064897 or 16741539. OLE color: 16741539.

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

Color convert

RGB 163 116 255 -
CMYK 0.36 0.55 0 0
HSL 260.29º 1% 0.73% -
HSV(B) 260.29º 0.55% 1% -
XYZ 39.4 27.5 97.84 -
YUV 145.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 163 116 255 0.36 0.55 0 0 260.29 1 0.73
Hex A3 74 FF 24 37 0 0 104 64 49
Octal 243 164 377 44 67 0 0 404 144 111
Binary 10100011 1110100 11111111 100100 110111 0 0 100000100 1100100 1001001

Color Harmonies of #A374FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A374FF

Black with #A374FF

Text Example


Text Example

White with #A374FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A374FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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