#A784FD

Color #A784FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A784FD

Tints of Light Slate Blue #A784FD

Color information

#A784FD (or 0xA784FD) is unknown color: approx Light Slate Blue. HEX triplet: A7, 84 and FD. RGB value is (167,132,253). Sum of RGB (Red+Green+Blue) = 167+132+253=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #A784FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A784FD is #587B02. Grayscale: #9B9B9B. Windows color (decimal): -5798659 or 16614567. OLE color: 16614567.

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

Color convert

RGB167132253-
CMYK0.340.4800.01
HSL257.36º96.8%75.49%-
HSV(B)257.36º47.83%99.22%-
XYZ41.9231.8196.86-
YUV156.26182.6135.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=30.25%
G=23.91%
B=45.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671322530.340.4800.01257.3696.875.49
HexA784FD223001101614b
Octal247204375426001401141113
Binary1010011110000100111111011000101100000110000000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A784FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A784FD; }

 p { color: rgb(167,132,253); }

 H1.HeaderClassName
 {
   color: #A784FD;
 }
 .AnyTagClassName
 {
   color: #A784FD;
 }
</style>
background-color css

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

 a { background-color: rgb(167,132,253); }

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

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

 span { border-color: rgb(167,132,253); }

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