Html Css Color HEX #A733AC Dark Orchid

📋 copy color: '#A733AC'

red 167 ◦ green 51 ◦ blue 172

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

Shades of Dark Orchid #A733AC

Tints of Dark Orchid #A733AC

RGB

 RED value IS 167 (65.63% from 255) = 42.82%

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

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

R = 42.82%
G = 13.08%
B = 44.1%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A733AC (or 0xA733AC) is known color: Dark Orchid. HEX triplet: A7, 33 and AC. RGB value is (167,51,172). Sum of RGB (Red+Green+Blue) = 167+51+172=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A733AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A733AC is #58CC53. Grayscale: #636363. Windows color (decimal): -5819476 or 11285415. OLE color: 11285415.

HSL color Cylindrical-coordinate representation of color #A733AC: hue angle of 297.52º 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 #A733AC is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 51 172 -
CMYK 0.03 0.70 0 0.33
HSL 297.52º 0.54% 0.44% -
HSV(B) 297.52º 0.7% 0.67% -
XYZ 24.57 13.56 40.35 -
YUV 99.48 168.93 176.16 -
System Red Green Blue C M Y K H S L
Decimal 167 51 172 0.03 0.70 0 0.33 297.52 0.54 0.44
Hex A7 33 AC 3 46 0 21 12A 36 2C
Octal 247 63 254 3 106 0 41 452 66 54
Binary 10100111 110011 10101100 11 1000110 0 100001 100101010 110110 101100

Color Harmonies of #A733AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A733AC

Black with #A733AC

Text Example


Text Example

White with #A733AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A733AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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