Html Css Color HEX #A485FF Light Slate Blue

📋 copy color: '#A485FF'

red 164 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A485FF

Tints of Light Slate Blue #A485FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.09%

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

R = 29.71%
G = 24.09%
B = 46.2%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A485FF (or 0xA485FF) is known color: Light Slate Blue. HEX triplet: A4, 85 and FF. RGB value is (164,133,255). Sum of RGB (Red+Green+Blue) = 164+133+255=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A485FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FF is #5B7A00. Grayscale: #9B9B9B. Windows color (decimal): -5995009 or 16745892. OLE color: 16745892.

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

Color convert

RGB 164 133 255 -
CMYK 0.36 0.48 0 0
HSL 255.25º 1% 0.76% -
HSV(B) 255.25º 0.48% 1% -
XYZ 41.75 31.89 98.56 -
YUV 156.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 164 133 255 0.36 0.48 0 0 255.25 1 0.76
Hex A4 85 FF 24 30 0 0 FF 64 4C
Octal 244 205 377 44 60 0 0 377 144 114
Binary 10100100 10000101 11111111 100100 110000 0 0 11111111 1100100 1001100

Color Harmonies of #A485FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485FF

Black with #A485FF

Text Example


Text Example

White with #A485FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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