Html Css Color HEX #A883FC Light Slate Blue

📋 copy color: '#A883FC'

red 168 ◦ green 131 ◦ blue 252

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

Shades of Light Slate Blue #A883FC

Tints of Light Slate Blue #A883FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 30.49%
G = 23.77%
B = 45.74%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A883FC (or 0xA883FC) is known color: Light Slate Blue. HEX triplet: A8, 83 and FC. RGB value is (168,131,252). Sum of RGB (Red+Green+Blue) = 168+131+252=551 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.49% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #A883FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A883FC is #577C03. Grayscale: #9B9B9B. Windows color (decimal): -5733380 or 16548776. OLE color: 16548776.

HSL color Cylindrical-coordinate representation of color #A883FC: hue angle of 258.35º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A883FC is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 131 252 -
CMYK 0.33 0.48 0 0.01
HSL 258.35º 0.95% 0.75% -
HSV(B) 258.35º 0.48% 0.99% -
XYZ 41.84 31.59 95.99 -
YUV 155.86 182.26 136.66 -
System Red Green Blue C M Y K H S L
Decimal 168 131 252 0.33 0.48 0 0.01 258.35 0.95 0.75
Hex A8 83 FC 21 30 0 1 102 5F 4B
Octal 250 203 374 41 60 0 1 402 137 113
Binary 10101000 10000011 11111100 100001 110000 0 1 100000010 1011111 1001011

Color Harmonies of #A883FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A883FC

Black with #A883FC

Text Example


Text Example

White with #A883FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A883FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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