Html Css Color HEX #A385FF Light Slate Blue

📋 copy color: '#A385FF'

red 163 ◦ green 133 ◦ blue 255

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

Shades of Light Slate Blue #A385FF

Tints of Light Slate Blue #A385FF

RGB

 RED value IS 163 (64.06% from 255) = 29.58%

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

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

R = 29.58%
G = 24.14%
B = 46.28%

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

#A385FF (or 0xA385FF) is known color: Light Slate Blue. HEX triplet: A3, 85 and FF. RGB value is (163,133,255). Sum of RGB (Red+Green+Blue) = 163+133+255=551 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.58% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A385FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FF is #5C7A00. Grayscale: #9B9B9B. Windows color (decimal): -6060545 or 16745891. OLE color: 16745891.

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

Color convert

RGB 163 133 255 -
CMYK 0.36 0.48 0 0
HSL 254.75º 1% 0.76% -
HSV(B) 254.75º 0.48% 1% -
XYZ 41.54 31.78 98.55 -
YUV 155.88 183.94 133.08 -
System Red Green Blue C M Y K H S L
Decimal 163 133 255 0.36 0.48 0 0 254.75 1 0.76
Hex A3 85 FF 24 30 0 0 FF 64 4C
Octal 243 205 377 44 60 0 0 377 144 114
Binary 10100011 10000101 11111111 100100 110000 0 0 11111111 1100100 1001100

Color Harmonies of #A385FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385FF

Black with #A385FF

Text Example


Text Example

White with #A385FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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