Html Css Color HEX #A170FF Light Slate Blue

📋 copy color: '#A170FF'

red 161 ◦ green 112 ◦ blue 255

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

Shades of Light Slate Blue #A170FF

Tints of Light Slate Blue #A170FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.21%

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

R = 30.49%
G = 21.21%
B = 48.3%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A170FF (or 0xA170FF) is known color: Light Slate Blue. HEX triplet: A1, 70 and FF. RGB value is (161,112,255). Sum of RGB (Red+Green+Blue) = 161+112+255=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A170FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A170FF is #5E8F00. Grayscale: #8E8E8E. Windows color (decimal): -6196993 or 16740513. OLE color: 16740513.

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

Color convert

RGB 161 112 255 -
CMYK 0.37 0.56 0 0
HSL 260.56º 1% 0.72% -
HSV(B) 260.56º 0.56% 1% -
XYZ 38.54 26.39 97.67 -
YUV 142.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 161 112 255 0.37 0.56 0 0 260.56 1 0.72
Hex A1 70 FF 25 38 0 0 105 64 48
Octal 241 160 377 45 70 0 0 405 144 110
Binary 10100001 1110000 11111111 100101 111000 0 0 100000101 1100100 1001000

Color Harmonies of #A170FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170FF

Black with #A170FF

Text Example


Text Example

White with #A170FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170FF; }

 p { color: rgb(161,112,255); }

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

background-color css

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

 a { background-color: rgb(161,112,255); }

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

border-color css

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

 span { border-color: rgb(161,112,255); }

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