Html Css Color HEX #A33DAA Violet Blue

📋 copy color: '#A33DAA'

red 163 ◦ green 61 ◦ blue 170

#A33DAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A33DAA

Tints of Violet Blue #A33DAA

RGB

 RED value IS 163 (64.06% from 255) = 41.37%

 GREEN value IS 61 (24.22% from 255) = 15.48%

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 41.37%
G = 15.48%
B = 43.15%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A33DAA (or 0xA33DAA) is known color: Violet Blue. HEX triplet: A3, 3D and AA. RGB value is (163,61,170). Sum of RGB (Red+Green+Blue) = 163+61+170=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #A33DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33DAA is #5CC255. Grayscale: #676767. Windows color (decimal): -6079062 or 11156899. OLE color: 11156899.

HSL color Cylindrical-coordinate representation of color #A33DAA: hue angle of 296.15º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A33DAA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 61 170 -
CMYK 0.04 0.64 0 0.33
HSL 296.15º 0.47% 0.45% -
HSV(B) 296.15º 0.64% 0.67% -
XYZ 24.03 14.03 39.47 -
YUV 103.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 163 61 170 0.04 0.64 0 0.33 296.15 0.47 0.45
Hex A3 3D AA 4 40 0 21 128 2F 2D
Octal 243 75 252 4 100 0 41 450 57 55
Binary 10100011 111101 10101010 100 1000000 0 100001 100101000 101111 101101

Color Harmonies of #A33DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33DAA

Black with #A33DAA

Text Example


Text Example

White with #A33DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33DAA; }

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

 H1.HeaderClassName
 {
   color: #A33DAA;
 }
 .AnyTagClassName
 {
   color: #A33DAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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