Html Css Color HEX #A433AD Dark Orchid

📋 copy color: '#A433AD'

red 164 ◦ green 51 ◦ blue 173

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

Shades of Dark Orchid #A433AD

Tints of Dark Orchid #A433AD

RGB

 RED value IS 164 (64.45% from 255) = 42.27%

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

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

R = 42.27%
G = 13.14%
B = 44.59%

CMYK

 C value IS 0.05

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A433AD (or 0xA433AD) is known color: Dark Orchid. HEX triplet: A4, 33 and AD. RGB value is (164,51,173). Sum of RGB (Red+Green+Blue) = 164+51+173=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A433AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A433AD is #5BCC52. Grayscale: #626262. Windows color (decimal): -6016083 or 11350948. OLE color: 11350948.

HSL color Cylindrical-coordinate representation of color #A433AD: hue angle of 295.57º 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 #A433AD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 51 173 -
CMYK 0.05 0.71 0 0.32
HSL 295.57º 0.54% 0.44% -
HSV(B) 295.57º 0.71% 0.68% -
XYZ 24.04 13.28 40.83 -
YUV 98.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 164 51 173 0.05 0.71 0 0.32 295.57 0.54 0.44
Hex A4 33 AD 5 47 0 20 128 36 2C
Octal 244 63 255 5 107 0 40 450 66 54
Binary 10100100 110011 10101101 101 1000111 0 100000 100101000 110110 101100

Color Harmonies of #A433AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A433AD

Black with #A433AD

Text Example


Text Example

White with #A433AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A433AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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