Html Css Color HEX #A17FFB Light Slate Blue

📋 copy color: '#A17FFB'

red 161 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #A17FFB

Tints of Light Slate Blue #A17FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.56%

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 29.87%
G = 23.56%
B = 46.57%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A17FFB (or 0xA17FFB) is known color: Light Slate Blue. HEX triplet: A1, 7F and FB. RGB value is (161,127,251). Sum of RGB (Red+Green+Blue) = 161+127+251=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #A17FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A17FFB is #5E8004. Grayscale: #969696. Windows color (decimal): -6193157 or 16482209. OLE color: 16482209.

HSL color Cylindrical-coordinate representation of color #A17FFB: hue angle of 256.45º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A17FFB is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 127 251 -
CMYK 0.36 0.49 0 0.02
HSL 256.45º 0.94% 0.74% -
HSV(B) 256.45º 0.49% 0.98% -
XYZ 39.7 29.72 94.91 -
YUV 151.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 161 127 251 0.36 0.49 0 0.02 256.45 0.94 0.74
Hex A1 7F FB 24 31 0 2 100 5E 4A
Octal 241 177 373 44 61 0 2 400 136 112
Binary 10100001 1111111 11111011 100100 110001 0 10 100000000 1011110 1001010

Color Harmonies of #A17FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17FFB

Black with #A17FFB

Text Example


Text Example

White with #A17FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17FFB; }

 p { color: rgb(161,127,251); }

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

background-color css

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

 a { background-color: rgb(161,127,251); }

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

border-color css

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

 span { border-color: rgb(161,127,251); }

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