#A235E6

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

Shades of Blue Violet #A235E6

Tints of Blue Violet #A235E6

Color information

#A235E6 (or 0xA235E6) is unknown color: approx Blue Violet. HEX triplet: A2, 35 and E6. RGB value is (162,53,230). Sum of RGB (Red+Green+Blue) = 162+53+230=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 53 (21.09% from 255 or 11.91% from 445); Blue value is 230 (90.23% from 255 or 51.69% from 445); Max value from RGB is 230 - color contains mainly: blue. Hex color #A235E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A235E6 is #5DCA19. Grayscale: #696969. Windows color (decimal): -6146586 or 15087010. OLE color: 15087010.

HSL color Cylindrical-coordinate representation of color #A235E6: hue angle of 276.95º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A235E6 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB16253230-
CMYK0.300.7700.10
HSL276.95º77.97%55.49%-
HSV(B)276.95º76.96%90.2%-
XYZ30.4615.9476.33-
YUV105.77198.11168.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 53 (21.09% from 255) = 11.91%
BLUE value IS 230 (90.23% from 255) = 51.69%
R=36.40%
G=11.91%
B=51.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal162532300.300.7700.10276.9577.9755.49
HexA235E61E4D0A1154e37
Octal242653463611501242511667
Binary1010001011010111100110111101001101010101000101011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A235E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A235E6; }

 p { color: rgb(162,53,230); }

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

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

 a { background-color: rgb(162,53,230); }

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

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

 span { border-color: rgb(162,53,230); }

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