Html Css Color HEX #A585FF Light Slate Blue

📋 copy color: '#A585FF'

red 165 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A585FF

Tints of Light Slate Blue #A585FF

RGB

 RED value IS 165 (64.84% from 255) = 29.84%

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

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

R = 29.84%
G = 24.05%
B = 46.11%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A585FF (or 0xA585FF) is known color: Light Slate Blue. HEX triplet: A5, 85 and FF. RGB value is (165,133,255). Sum of RGB (Red+Green+Blue) = 165+133+255=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 133 (52.34% from 255 or 24.05% 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 #A585FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A585FF is #5A7A00. Grayscale: #9C9C9C. Windows color (decimal): -5929473 or 16745893. OLE color: 16745893.

HSL color Cylindrical-coordinate representation of color #A585FF: hue angle of 255.74º 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 #A585FF is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 133 255 -
CMYK 0.35 0.48 0 0
HSL 255.74º 1% 0.76% -
HSV(B) 255.74º 0.48% 1% -
XYZ 41.95 31.99 98.57 -
YUV 156.48 183.6 134.08 -
System Red Green Blue C M Y K H S L
Decimal 165 133 255 0.35 0.48 0 0 255.74 1 0.76
Hex A5 85 FF 23 30 0 0 100 64 4C
Octal 245 205 377 43 60 0 0 400 144 114
Binary 10100101 10000101 11111111 100011 110000 0 0 100000000 1100100 1001100

Color Harmonies of #A585FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585FF

Black with #A585FF

Text Example


Text Example

White with #A585FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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