#A074FF

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

Shades of Light Slate Blue #A074FF

Tints of Light Slate Blue #A074FF

Color information

#A074FF (or 0xA074FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 74 and FF. RGB value is (160,116,255). Sum of RGB (Red+Green+Blue) = 160+116+255=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 116 (45.70% from 255 or 21.85% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #A074FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A074FF is #5F8B00. Grayscale: #909090. Windows color (decimal): -6261505 or 16741536. OLE color: 16741536.

HSL color Cylindrical-coordinate representation of color #A074FF: hue angle of 258.99º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A074FF is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160116255-
CMYK0.370.5500
HSL258.99º100%72.75%-
HSV(B)258.99º54.51%100%-
XYZ38.7927.1897.81-
YUV145190.08138.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 116 (45.70% from 255) = 21.85%
BLUE value IS 255 (100% from 255) = 48.02%
R=30.13%
G=21.85%
B=48.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601162550.370.5500258.9910072.75
HexA074FF2537001036449
Octal240164377456700403144111
Binary101000001110100111111111001011101110010000001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A074FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A074FF; }

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

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

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

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

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

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

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

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