Html Css Color HEX #A17BFE Light Slate Blue

📋 copy color: '#A17BFE'

red 161 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #A17BFE

Tints of Light Slate Blue #A17BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 29.93%
G = 22.86%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A17BFE (or 0xA17BFE) is known color: Light Slate Blue. HEX triplet: A1, 7B and FE. RGB value is (161,123,254). Sum of RGB (Red+Green+Blue) = 161+123+254=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #A17BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17BFE is #5E8401. Grayscale: #949494. Windows color (decimal): -6194178 or 16677793. OLE color: 16677793.

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

Color convert

RGB 161 123 254 -
CMYK 0.37 0.52 0 0.00
HSL 257.4º 0.98% 0.74% -
HSV(B) 257.4º 0.52% 1% -
XYZ 39.67 28.9 97.25 -
YUV 149.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 161 123 254 0.37 0.52 0 0.00 257.4 0.98 0.74
Hex A1 7B FE 25 34 0 0 101 62 4A
Octal 241 173 376 45 64 0 0 401 142 112
Binary 10100001 1111011 11111110 100101 110100 0 0 100000001 1100010 1001010

Color Harmonies of #A17BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17BFE

Black with #A17BFE

Text Example


Text Example

White with #A17BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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