Html Css Color HEX #A333AA Dark Orchid

📋 copy color: '#A333AA'

red 163 ◦ green 51 ◦ blue 170

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

Shades of Dark Orchid #A333AA

Tints of Dark Orchid #A333AA

RGB

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

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

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

R = 42.45%
G = 13.28%
B = 44.27%

CMYK

 C value IS 0.04

 M value IS 0.7

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A333AA (or 0xA333AA) is known color: Dark Orchid. HEX triplet: A3, 33 and AA. RGB value is (163,51,170). Sum of RGB (Red+Green+Blue) = 163+51+170=384 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.45% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #A333AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A333AA is #5CCC55. Grayscale: #616161. Windows color (decimal): -6081622 or 11154339. OLE color: 11154339.

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

Color convert

RGB 163 51 170 -
CMYK 0.04 0.7 0 0.33
HSL 296.47º 0.54% 0.43% -
HSV(B) 296.47º 0.7% 0.67% -
XYZ 23.54 13.06 39.31 -
YUV 98.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 163 51 170 0.04 0.7 0 0.33 296.47 0.54 0.43
Hex A3 33 AA 4 46 0 21 128 36 2B
Octal 243 63 252 4 106 0 41 450 66 53
Binary 10100011 110011 10101010 100 1000110 0 100001 100101000 110110 101011

Color Harmonies of #A333AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A333AA

Black with #A333AA

Text Example


Text Example

White with #A333AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A333AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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