Html Css Color HEX #A174FA Light Slate Blue

📋 copy color: '#A174FA'

red 161 ◦ green 116 ◦ blue 250

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

Shades of Light Slate Blue #A174FA

Tints of Light Slate Blue #A174FA

RGB

 RED value IS 161 (63.28% from 255) = 30.55%

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

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

R = 30.55%
G = 22.01%
B = 47.44%

CMYK

 C value IS 0.36

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A174FA (or 0xA174FA) is known color: Light Slate Blue. HEX triplet: A1, 74 and FA. RGB value is (161,116,250). Sum of RGB (Red+Green+Blue) = 161+116+250=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #A174FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A174FA is #5E8B05. Grayscale: #909090. Windows color (decimal): -6195974 or 16413857. OLE color: 16413857.

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

Color convert

RGB 161 116 250 -
CMYK 0.36 0.54 0 0.02
HSL 260.15º 0.93% 0.72% -
HSV(B) 260.15º 0.54% 0.98% -
XYZ 38.2 26.97 93.63 -
YUV 144.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 161 116 250 0.36 0.54 0 0.02 260.15 0.93 0.72
Hex A1 74 FA 24 36 0 2 104 5D 48
Octal 241 164 372 44 66 0 2 404 135 110
Binary 10100001 1110100 11111010 100100 110110 0 10 100000100 1011101 1001000

Color Harmonies of #A174FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A174FA

Black with #A174FA

Text Example


Text Example

White with #A174FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A174FA; }

 p { color: rgb(161,116,250); }

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

background-color css

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

 a { background-color: rgb(161,116,250); }

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

border-color css

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

 span { border-color: rgb(161,116,250); }

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