Html Css Color HEX #A485FD Light Slate Blue

📋 copy color: '#A485FD'

red 164 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A485FD

Tints of Light Slate Blue #A485FD

RGB

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

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

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

R = 29.82%
G = 24.18%
B = 46%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A485FD (or 0xA485FD) is known color: Light Slate Blue. HEX triplet: A4, 85 and FD. RGB value is (164,133,253). Sum of RGB (Red+Green+Blue) = 164+133+253=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #A485FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485FD is #5B7A02. Grayscale: #9B9B9B. Windows color (decimal): -5995011 or 16614820. OLE color: 16614820.

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

Color convert

RGB 164 133 253 -
CMYK 0.35 0.47 0 0.01
HSL 255.5º 0.97% 0.76% -
HSV(B) 255.5º 0.47% 0.99% -
XYZ 41.43 31.76 96.88 -
YUV 155.95 182.77 133.74 -
System Red Green Blue C M Y K H S L
Decimal 164 133 253 0.35 0.47 0 0.01 255.5 0.97 0.76
Hex A4 85 FD 23 2F 0 1 100 61 4C
Octal 244 205 375 43 57 0 1 400 141 114
Binary 10100100 10000101 11111101 100011 101111 0 1 100000000 1100001 1001100

Color Harmonies of #A485FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A485FD

Black with #A485FD

Text Example


Text Example

White with #A485FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A485FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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