Html Css Color HEX #A883FF Light Slate Blue

📋 copy color: '#A883FF'

red 168 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #A883FF

Tints of Light Slate Blue #A883FF

RGB

 RED value IS 168 (66.02% from 255) = 30.32%

 GREEN value IS 131 (51.56% from 255) = 23.65%

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

R = 30.32%
G = 23.65%
B = 46.03%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A883FF (or 0xA883FF) is known color: Light Slate Blue. HEX triplet: A8, 83 and FF. RGB value is (168,131,255). Sum of RGB (Red+Green+Blue) = 168+131+255=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A883FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A883FF is #577C00. Grayscale: #9B9B9B. Windows color (decimal): -5733377 or 16745384. OLE color: 16745384.

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

Color convert

RGB 168 131 255 -
CMYK 0.34 0.49 0 0
HSL 257.9º 1% 0.76% -
HSV(B) 257.9º 0.49% 1% -
XYZ 42.31 31.78 98.51 -
YUV 156.2 183.76 136.42 -
System Red Green Blue C M Y K H S L
Decimal 168 131 255 0.34 0.49 0 0 257.9 1 0.76
Hex A8 83 FF 22 31 0 0 102 64 4C
Octal 250 203 377 42 61 0 0 402 144 114
Binary 10101000 10000011 11111111 100010 110001 0 0 100000010 1100100 1001100

Color Harmonies of #A883FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883FF

Black with #A883FF

Text Example


Text Example

White with #A883FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883FF; }

 p { color: rgb(168,131,255); }

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

background-color css

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

 a { background-color: rgb(168,131,255); }

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

border-color css

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

 span { border-color: rgb(168,131,255); }

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