Html Css Color HEX #A17BF9 Light Slate Blue

📋 copy color: '#A17BF9'

red 161 ◦ green 123 ◦ blue 249

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

Shades of Light Slate Blue #A17BF9

Tints of Light Slate Blue #A17BF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 30.21%
G = 23.08%
B = 46.72%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17BF9 (or 0xA17BF9) is known color: Light Slate Blue. HEX triplet: A1, 7B and F9. RGB value is (161,123,249). Sum of RGB (Red+Green+Blue) = 161+123+249=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #A17BF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BF9 is #5E8406. Grayscale: #949494. Windows color (decimal): -6194183 or 16350113. OLE color: 16350113.

HSL color Cylindrical-coordinate representation of color #A17BF9: hue angle of 258.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A17BF9 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 123 249 -
CMYK 0.35 0.51 0 0.02
HSL 258.1º 0.91% 0.73% -
HSV(B) 258.1º 0.51% 0.98% -
XYZ 38.88 28.58 93.09 -
YUV 148.73 184.59 136.75 -
System Red Green Blue C M Y K H S L
Decimal 161 123 249 0.35 0.51 0 0.02 258.1 0.91 0.73
Hex A1 7B F9 23 33 0 2 102 5B 49
Octal 241 173 371 43 63 0 2 402 133 111
Binary 10100001 1111011 11111001 100011 110011 0 10 100000010 1011011 1001001

Color Harmonies of #A17BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BF9

Black with #A17BF9

Text Example


Text Example

White with #A17BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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