Html Css Color HEX #A085FD Light Slate Blue

📋 copy color: '#A085FD'

red 160 ◦ green 133 ◦ blue 253

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

Shades of Light Slate Blue #A085FD

Tints of Light Slate Blue #A085FD

RGB

 RED value IS 160 (62.89% from 255) = 29.3%

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

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

R = 29.3%
G = 24.36%
B = 46.34%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A085FD (or 0xA085FD) is known color: Light Slate Blue. HEX triplet: A0, 85 and FD. RGB value is (160,133,253). Sum of RGB (Red+Green+Blue) = 160+133+253=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #A085FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085FD is #5F7A02. Grayscale: #9A9A9A. Windows color (decimal): -6257155 or 16614816. OLE color: 16614816.

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

Color convert

RGB 160 133 253 -
CMYK 0.37 0.47 0 0.01
HSL 253.5º 0.97% 0.76% -
HSV(B) 253.5º 0.47% 0.99% -
XYZ 40.61 31.34 96.84 -
YUV 154.75 183.45 131.74 -
System Red Green Blue C M Y K H S L
Decimal 160 133 253 0.37 0.47 0 0.01 253.5 0.97 0.76
Hex A0 85 FD 25 2F 0 1 FE 61 4C
Octal 240 205 375 45 57 0 1 376 141 114
Binary 10100000 10000101 11111101 100101 101111 0 1 11111110 1100001 1001100

Color Harmonies of #A085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A085FD

Black with #A085FD

Text Example


Text Example

White with #A085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A085FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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