Html Css Color HEX #A574FF Light Slate Blue

📋 copy color: '#A574FF'

red 165 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #A574FF

Tints of Light Slate Blue #A574FF

RGB

 RED value IS 165 (64.84% from 255) = 30.78%

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

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

R = 30.78%
G = 21.64%
B = 47.57%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A574FF (or 0xA574FF) is known color: Light Slate Blue. HEX triplet: A5, 74 and FF. RGB value is (165,116,255). Sum of RGB (Red+Green+Blue) = 165+116+255=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #A574FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A574FF is #5A8B00. Grayscale: #919191. Windows color (decimal): -5933825 or 16741541. OLE color: 16741541.

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

Color convert

RGB 165 116 255 -
CMYK 0.35 0.55 0 0
HSL 261.15º 1% 0.73% -
HSV(B) 261.15º 0.55% 1% -
XYZ 39.81 27.71 97.86 -
YUV 146.5 189.23 141.2 -
System Red Green Blue C M Y K H S L
Decimal 165 116 255 0.35 0.55 0 0 261.15 1 0.73
Hex A5 74 FF 23 37 0 0 105 64 49
Octal 245 164 377 43 67 0 0 405 144 111
Binary 10100101 1110100 11111111 100011 110111 0 0 100000101 1100100 1001001

Color Harmonies of #A574FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A574FF

Black with #A574FF

Text Example


Text Example

White with #A574FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A574FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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