Html Css Color HEX #A333AC Dark Orchid

📋 copy color: '#A333AC'

red 163 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #A333AC

Tints of Dark Orchid #A333AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 42.23%
G = 13.21%
B = 44.56%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A333AC (or 0xA333AC) is known color: Dark Orchid. HEX triplet: A3, 33 and AC. RGB value is (163,51,172). Sum of RGB (Red+Green+Blue) = 163+51+172=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #A333AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AC is #5CCC53. Grayscale: #616161. Windows color (decimal): -6081620 or 11285411. OLE color: 11285411.

HSL color Cylindrical-coordinate representation of color #A333AC: hue angle of 295.54º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A333AC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 51 172 -
CMYK 0.05 0.70 0 0.33
HSL 295.54º 0.54% 0.44% -
HSV(B) 295.54º 0.7% 0.67% -
XYZ 23.73 13.13 40.31 -
YUV 98.28 169.61 174.16 -
System Red Green Blue C M Y K H S L
Decimal 163 51 172 0.05 0.70 0 0.33 295.54 0.54 0.44
Hex A3 33 AC 5 46 0 21 128 36 2C
Octal 243 63 254 5 106 0 41 450 66 54
Binary 10100011 110011 10101100 101 1000110 0 100001 100101000 110110 101100

Color Harmonies of #A333AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333AC

Black with #A333AC

Text Example


Text Example

White with #A333AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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