Html Css Color HEX #A486FF Light Slate Blue

📋 copy color: '#A486FF'

red 164 ◦ green 134 ◦ blue 255

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

Shades of Light Slate Blue #A486FF

Tints of Light Slate Blue #A486FF

RGB

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

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

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

R = 29.66%
G = 24.23%
B = 46.11%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A486FF (or 0xA486FF) is known color: Light Slate Blue. HEX triplet: A4, 86 and FF. RGB value is (164,134,255). Sum of RGB (Red+Green+Blue) = 164+134+255=553 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.66% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A486FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A486FF is #5B7900. Grayscale: #9C9C9C. Windows color (decimal): -5994753 or 16746148. OLE color: 16746148.

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

Color convert

RGB 164 134 255 -
CMYK 0.36 0.47 0 0
HSL 254.88º 1% 0.76% -
HSV(B) 254.88º 0.47% 1% -
XYZ 41.88 32.16 98.61 -
YUV 156.76 183.44 133.16 -
System Red Green Blue C M Y K H S L
Decimal 164 134 255 0.36 0.47 0 0 254.88 1 0.76
Hex A4 86 FF 24 2F 0 0 FF 64 4C
Octal 244 206 377 44 57 0 0 377 144 114
Binary 10100100 10000110 11111111 100100 101111 0 0 11111111 1100100 1001100

Color Harmonies of #A486FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A486FF

Black with #A486FF

Text Example


Text Example

White with #A486FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A486FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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