Html Css Color HEX #A571FF Light Slate Blue

📋 copy color: '#A571FF'

red 165 ◦ green 113 ◦ blue 255

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

Shades of Light Slate Blue #A571FF

Tints of Light Slate Blue #A571FF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.2%

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

R = 30.96%
G = 21.2%
B = 47.84%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A571FF (or 0xA571FF) is known color: Light Slate Blue. HEX triplet: A5, 71 and FF. RGB value is (165,113,255). Sum of RGB (Red+Green+Blue) = 165+113+255=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #A571FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A571FF is #5A8E00. Grayscale: #909090. Windows color (decimal): -5934593 or 16740773. OLE color: 16740773.

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

Color convert

RGB 165 113 255 -
CMYK 0.35 0.56 0 0
HSL 261.97º 1% 0.72% -
HSV(B) 261.97º 0.56% 1% -
XYZ 39.47 27.03 97.74 -
YUV 144.74 190.23 142.45 -
System Red Green Blue C M Y K H S L
Decimal 165 113 255 0.35 0.56 0 0 261.97 1 0.72
Hex A5 71 FF 23 38 0 0 106 64 48
Octal 245 161 377 43 70 0 0 406 144 110
Binary 10100101 1110001 11111111 100011 111000 0 0 100000110 1100100 1001000

Color Harmonies of #A571FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A571FF

Black with #A571FF

Text Example


Text Example

White with #A571FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A571FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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