Html Css Color HEX #A474FF Light Slate Blue

📋 copy color: '#A474FF'

red 164 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #A474FF

Tints of Light Slate Blue #A474FF

RGB

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

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

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

R = 30.65%
G = 21.68%
B = 47.66%

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

#A474FF (or 0xA474FF) is known color: Light Slate Blue. HEX triplet: A4, 74 and FF. RGB value is (164,116,255). Sum of RGB (Red+Green+Blue) = 164+116+255=535 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.65% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #A474FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A474FF is #5B8B00. Grayscale: #919191. Windows color (decimal): -5999361 or 16741540. OLE color: 16741540.

HSL color Cylindrical-coordinate representation of color #A474FF: hue angle of 260.72º 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 #A474FF is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 164 116 255 -
CMYK 0.36 0.55 0 0
HSL 260.72º 1% 0.73% -
HSV(B) 260.72º 0.55% 1% -
XYZ 39.61 27.6 97.85 -
YUV 146.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 164 116 255 0.36 0.55 0 0 260.72 1 0.73
Hex A4 74 FF 24 37 0 0 105 64 49
Octal 244 164 377 44 67 0 0 405 144 111
Binary 10100100 1110100 11111111 100100 110111 0 0 100000101 1100100 1001001

Color Harmonies of #A474FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A474FF

Black with #A474FF

Text Example


Text Example

White with #A474FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A474FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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