#A074FD

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

Shades of Light Slate Blue #A074FD

Tints of Light Slate Blue #A074FD

Color information

#A074FD (or 0xA074FD) is unknown color: approx Light Slate Blue. HEX triplet: A0, 74 and FD. RGB value is (160,116,253). Sum of RGB (Red+Green+Blue) = 160+116+253=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #A074FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074FD is #5F8B02. Grayscale: #909090. Windows color (decimal): -6261507 or 16610464. OLE color: 16610464.

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

Color convert

RGB160116253-
CMYK0.370.5400.01
HSL259.27º97.16%72.35%-
HSV(B)259.27º54.15%99.22%-
XYZ38.4727.0696.12-
YUV144.77189.08138.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 116 (45.70% from 255) = 21.93%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=30.25%
G=21.93%
B=47.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1601162530.370.5400.01259.2797.1672.35
HexA074FD2536011036148
Octal240164375456601403141110
Binary101000001110100111111011001011101100110000001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074FD; }

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

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

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

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

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

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

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

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