#A298FF

Color #A298FF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #A298FF

Tints of Perano #A298FF

Color information

#A298FF (or 0xA298FF) is unknown color: approx Perano. HEX triplet: A2, 98 and FF. RGB value is (162,152,255). Sum of RGB (Red+Green+Blue) = 162+152+255=569 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.47% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #A298FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A298FF is #5D6700. Grayscale: #A6A6A6. Windows color (decimal): -6121217 or 16750754. OLE color: 16750754.

HSL color Cylindrical-coordinate representation of color #A298FF: hue angle of 245.83º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A298FF is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162152255-
CMYK0.360.4000
HSL245.83º100%79.8%-
HSV(B)245.83º40.39%100%-
XYZ44.1837.3699.49-
YUV166.73177.81124.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 28.47%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 255 (100% from 255) = 44.82%
R=28.47%
G=26.71%
B=44.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621522550.360.4000245.8310079.8
HexA298FF242800f66450
Octal242230377445000366144120
Binary101000101001100011111111100100101000001111011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A298FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A298FF; }

 p { color: rgb(162,152,255); }

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

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

 a { background-color: rgb(162,152,255); }

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

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

 span { border-color: rgb(162,152,255); }

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