#A072FF

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

Shades of Light Slate Blue #A072FF

Tints of Light Slate Blue #A072FF

Color information

#A072FF (or 0xA072FF) is unknown color: approx Light Slate Blue. HEX triplet: A0, 72 and FF. RGB value is (160,114,255). Sum of RGB (Red+Green+Blue) = 160+114+255=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A072FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A072FF is #5F8D00. Grayscale: #8F8F8F. Windows color (decimal): -6262017 or 16741024. OLE color: 16741024.

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

Color convert

RGB160114255-
CMYK0.370.5500
HSL259.57º100%72.35%-
HSV(B)259.57º55.29%100%-
XYZ38.5626.7397.73-
YUV143.83190.74139.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.25%
GREEN value IS 114 (44.92% from 255) = 21.55%
BLUE value IS 255 (100% from 255) = 48.20%
R=30.25%
G=21.55%
B=48.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601142550.370.5500259.5710072.35
HexA072FF2537001046448
Octal240162377456700404144110
Binary101000001110010111111111001011101110010000010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A072FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A072FF; }

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

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

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

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

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

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

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

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