Html Css Color HEX #A333AD Dark Orchid

📋 copy color: '#A333AD'

red 163 ◦ green 51 ◦ blue 173

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

Shades of Dark Orchid #A333AD

Tints of Dark Orchid #A333AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 42.12%
G = 13.18%
B = 44.7%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A333AD (or 0xA333AD) is known color: Dark Orchid. HEX triplet: A3, 33 and AD. RGB value is (163,51,173). Sum of RGB (Red+Green+Blue) = 163+51+173=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #A333AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AD is #5CCC52. Grayscale: #626262. Windows color (decimal): -6081619 or 11350947. OLE color: 11350947.

HSL color Cylindrical-coordinate representation of color #A333AD: hue angle of 295.08º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A333AD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 51 173 -
CMYK 0.06 0.71 0 0.32
HSL 295.08º 0.54% 0.44% -
HSV(B) 295.08º 0.71% 0.68% -
XYZ 23.83 13.17 40.82 -
YUV 98.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 163 51 173 0.06 0.71 0 0.32 295.08 0.54 0.44
Hex A3 33 AD 6 47 0 20 127 36 2C
Octal 243 63 255 6 107 0 40 447 66 54
Binary 10100011 110011 10101101 110 1000111 0 100000 100100111 110110 101100

Color Harmonies of #A333AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333AD

Black with #A333AD

Text Example


Text Example

White with #A333AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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