Html Css Color HEX #A333A5 Vivid Violet

📋 copy color: '#A333A5'

red 163 ◦ green 51 ◦ blue 165

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

Shades of Vivid Violet #A333A5

Tints of Vivid Violet #A333A5

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.46%

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 43.01%
G = 13.46%
B = 43.54%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A333A5 (or 0xA333A5) is known color: Vivid Violet. HEX triplet: A3, 33 and A5. RGB value is (163,51,165). Sum of RGB (Red+Green+Blue) = 163+51+165=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 51 (20.31% from 255 or 13.46% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #A333A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333A5 is #5CCC5A. Grayscale: #616161. Windows color (decimal): -6081627 or 10826659. OLE color: 10826659.

HSL color Cylindrical-coordinate representation of color #A333A5: hue angle of 298.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A333A5 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 51 165 -
CMYK 0.01 0.69 0 0.35
HSL 298.95º 0.53% 0.42% -
HSV(B) 298.95º 0.69% 0.65% -
XYZ 23.08 12.87 36.87 -
YUV 97.48 166.11 174.73 -
System Red Green Blue C M Y K H S L
Decimal 163 51 165 0.01 0.69 0 0.35 298.95 0.53 0.42
Hex A3 33 A5 1 45 0 23 12B 35 2A
Octal 243 63 245 1 105 0 43 453 65 52
Binary 10100011 110011 10100101 1 1000101 0 100011 100101011 110101 101010

Color Harmonies of #A333A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333A5

Black with #A333A5

Text Example


Text Example

White with #A333A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333A5; }

 p { color: rgb(163,51,165); }

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

background-color css

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

 a { background-color: rgb(163,51,165); }

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

border-color css

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

 span { border-color: rgb(163,51,165); }

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