Html Css Color HEX #A172FF Light Slate Blue

📋 copy color: '#A172FF'

red 161 ◦ green 114 ◦ blue 255

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

Shades of Light Slate Blue #A172FF

Tints of Light Slate Blue #A172FF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

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

R = 30.38%
G = 21.51%
B = 48.11%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A172FF (or 0xA172FF) is known color: Light Slate Blue. HEX triplet: A1, 72 and FF. RGB value is (161,114,255). Sum of RGB (Red+Green+Blue) = 161+114+255=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #A172FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A172FF is #5E8D00. Grayscale: #8F8F8F. Windows color (decimal): -6196481 or 16741025. OLE color: 16741025.

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

Color convert

RGB 161 114 255 -
CMYK 0.37 0.55 0 0
HSL 260º 1% 0.72% -
HSV(B) 260º 0.55% 1% -
XYZ 38.77 26.83 97.74 -
YUV 144.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 161 114 255 0.37 0.55 0 0 260 1 0.72
Hex A1 72 FF 25 37 0 0 104 64 48
Octal 241 162 377 45 67 0 0 404 144 110
Binary 10100001 1110010 11111111 100101 110111 0 0 100000100 1100100 1001000

Color Harmonies of #A172FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A172FF

Black with #A172FF

Text Example


Text Example

White with #A172FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A172FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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