#A33DA7

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

Shades of Violet Blue #A33DA7

Tints of Violet Blue #A33DA7

Color information

#A33DA7 (or 0xA33DA7) is unknown color: approx Violet Blue. HEX triplet: A3, 3D and A7. RGB value is (163,61,167). Sum of RGB (Red+Green+Blue) = 163+61+167=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 61 (24.22% from 255 or 15.60% from 391); Blue value is 167 (65.62% from 255 or 42.71% from 391); Max value from RGB is 167 - color contains mainly: blue. Hex color #A33DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DA7 is #5CC258. Grayscale: #676767. Windows color (decimal): -6079065 or 10960291. OLE color: 10960291.

HSL color Cylindrical-coordinate representation of color #A33DA7: hue angle of 297.74º 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 #A33DA7 is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16361167-
CMYK0.020.6300.35
HSL297.74º46.49%44.71%-
HSV(B)297.74º63.47%65.49%-
XYZ23.7513.9137.99-
YUV103.58163.79170.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 61 (24.22% from 255) = 15.60%
BLUE value IS 167 (65.62% from 255) = 42.71%
R=41.69%
G=15.60%
B=42.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal163611670.020.6300.35297.7446.4944.71
HexA33DA723F02312a2e2d
Octal243752472770434525655
Binary1010001111110110100111101111110100011100101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33DA7; }

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

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

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

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

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

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

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

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