Html Css Color HEX #A17BFF Light Slate Blue

📋 copy color: '#A17BFF'

red 161 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #A17BFF

Tints of Light Slate Blue #A17BFF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 29.87%
G = 22.82%
B = 47.31%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A17BFF (or 0xA17BFF) is known color: Light Slate Blue. HEX triplet: A1, 7B and FF. RGB value is (161,123,255). Sum of RGB (Red+Green+Blue) = 161+123+255=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A17BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BFF is #5E8400. Grayscale: #949494. Windows color (decimal): -6194177 or 16743329. OLE color: 16743329.

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

Color convert

RGB 161 123 255 -
CMYK 0.37 0.52 0 0
HSL 257.27º 1% 0.74% -
HSV(B) 257.27º 0.52% 1% -
XYZ 39.83 28.96 98.1 -
YUV 149.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 161 123 255 0.37 0.52 0 0 257.27 1 0.74
Hex A1 7B FF 25 34 0 0 101 64 4A
Octal 241 173 377 45 64 0 0 401 144 112
Binary 10100001 1111011 11111111 100101 110100 0 0 100000001 1100100 1001010

Color Harmonies of #A17BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BFF

Black with #A17BFF

Text Example


Text Example

White with #A17BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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