#A23DA7

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

Shades of Violet Blue #A23DA7

Tints of Violet Blue #A23DA7

Color information

#A23DA7 (or 0xA23DA7) is unknown color: approx Violet Blue. HEX triplet: A2, 3D and A7. RGB value is (162,61,167). Sum of RGB (Red+Green+Blue) = 162+61+167=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 167 - color contains mainly: blue. Hex color #A23DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A23DA7 is #5DC258. Grayscale: #666666. Windows color (decimal): -6144601 or 10960290. OLE color: 10960290.

HSL color Cylindrical-coordinate representation of color #A23DA7: hue angle of 297.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A23DA7 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16261167-
CMYK0.030.6300.35
HSL297.17º46.49%44.71%-
HSV(B)297.17º63.47%65.49%-
XYZ23.5413.8137.98-
YUV103.28163.96169.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 61 (24.22% from 255) = 15.64%
BLUE value IS 167 (65.62% from 255) = 42.82%
R=41.54%
G=15.64%
B=42.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162611670.030.6300.35297.1746.4944.71
HexA23DA733F0231292e2d
Octal242752473770434515655
Binary1010001011110110100111111111110100011100101001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23DA7; }

 p { color: rgb(162,61,167); }

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

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

 a { background-color: rgb(162,61,167); }

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

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

 span { border-color: rgb(162,61,167); }

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