Html Css Color HEX #A474FE Light Slate Blue

📋 copy color: '#A474FE'

red 164 ◦ green 116 ◦ blue 254

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

Shades of Light Slate Blue #A474FE

Tints of Light Slate Blue #A474FE

RGB

 RED value IS 164 (64.45% from 255) = 30.71%

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

 BLUE value IS 254 (99.61% from 255) = 47.57%

R = 30.71%
G = 21.72%
B = 47.57%

CMYK

 C value IS 0.35

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A474FE (or 0xA474FE) is known color: Light Slate Blue. HEX triplet: A4, 74 and FE. RGB value is (164,116,254). Sum of RGB (Red+Green+Blue) = 164+116+254=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #A474FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474FE is #5B8B01. Grayscale: #919191. Windows color (decimal): -5999362 or 16676004. OLE color: 16676004.

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

Color convert

RGB 164 116 254 -
CMYK 0.35 0.54 0 0.00
HSL 260.87º 0.99% 0.73% -
HSV(B) 260.87º 0.54% 1% -
XYZ 39.44 27.54 97 -
YUV 146.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 164 116 254 0.35 0.54 0 0.00 260.87 0.99 0.73
Hex A4 74 FE 23 36 0 0 105 63 49
Octal 244 164 376 43 66 0 0 405 143 111
Binary 10100100 1110100 11111110 100011 110110 0 0 100000101 1100011 1001001

Color Harmonies of #A474FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474FE

Black with #A474FE

Text Example


Text Example

White with #A474FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474FE; }

 p { color: rgb(164,116,254); }

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

background-color css

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

 a { background-color: rgb(164,116,254); }

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

border-color css

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

 span { border-color: rgb(164,116,254); }

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