Html Css Color HEX #A385FD Light Slate Blue

📋 copy color: '#A385FD'

red 163 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A385FD

Tints of Light Slate Blue #A385FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.08%

R = 29.69%
G = 24.23%
B = 46.08%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A385FD (or 0xA385FD) is known color: Light Slate Blue. HEX triplet: A3, 85 and FD. RGB value is (163,133,253). Sum of RGB (Red+Green+Blue) = 163+133+253=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #A385FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A385FD is #5C7A02. Grayscale: #9B9B9B. Windows color (decimal): -6060547 or 16614819. OLE color: 16614819.

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

Color convert

RGB 163 133 253 -
CMYK 0.36 0.47 0 0.01
HSL 255º 0.97% 0.76% -
HSV(B) 255º 0.47% 0.99% -
XYZ 41.22 31.65 96.87 -
YUV 155.65 182.94 133.24 -
System Red Green Blue C M Y K H S L
Decimal 163 133 253 0.36 0.47 0 0.01 255 0.97 0.76
Hex A3 85 FD 24 2F 0 1 FF 61 4C
Octal 243 205 375 44 57 0 1 377 141 114
Binary 10100011 10000101 11111101 100100 101111 0 1 11111111 1100001 1001100

Color Harmonies of #A385FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A385FD

Black with #A385FD

Text Example


Text Example

White with #A385FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A385FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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