Html Css Color HEX #A486FA Light Slate Blue

📋 copy color: '#A486FA'

red 164 ◦ green 134 ◦ blue 250

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

Shades of Light Slate Blue #A486FA

Tints of Light Slate Blue #A486FA

RGB

 RED value IS 164 (64.45% from 255) = 29.93%

 GREEN value IS 134 (52.73% from 255) = 24.45%

 BLUE value IS 250 (98.05% from 255) = 45.62%

R = 29.93%
G = 24.45%
B = 45.62%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A486FA (or 0xA486FA) is known color: Light Slate Blue. HEX triplet: A4, 86 and FA. RGB value is (164,134,250). Sum of RGB (Red+Green+Blue) = 164+134+250=548 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.93% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #A486FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486FA is #5B7905. Grayscale: #9B9B9B. Windows color (decimal): -5994758 or 16418468. OLE color: 16418468.

HSL color Cylindrical-coordinate representation of color #A486FA: hue angle of 255.52º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A486FA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 134 250 -
CMYK 0.34 0.46 0 0.02
HSL 255.52º 0.92% 0.75% -
HSV(B) 255.52º 0.46% 0.98% -
XYZ 41.09 31.84 94.42 -
YUV 156.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 164 134 250 0.34 0.46 0 0.02 255.52 0.92 0.75
Hex A4 86 FA 22 2E 0 2 100 5C 4B
Octal 244 206 372 42 56 0 2 400 134 113
Binary 10100100 10000110 11111010 100010 101110 0 10 100000000 1011100 1001011

Color Harmonies of #A486FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486FA

Black with #A486FA

Text Example


Text Example

White with #A486FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486FA; }

 p { color: rgb(164,134,250); }

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

background-color css

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

 a { background-color: rgb(164,134,250); }

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

border-color css

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

 span { border-color: rgb(164,134,250); }

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