Html Css Color HEX #A436AC Dark Orchid

📋 copy color: '#A436AC'

red 164 ◦ green 54 ◦ blue 172

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

Shades of Dark Orchid #A436AC

Tints of Dark Orchid #A436AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.85%

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

R = 42.05%
G = 13.85%
B = 44.1%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A436AC (or 0xA436AC) is known color: Dark Orchid. HEX triplet: A4, 36 and AC. RGB value is (164,54,172). Sum of RGB (Red+Green+Blue) = 164+54+172=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 54 (21.48% from 255 or 13.85% 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 #A436AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436AC is #5BC953. Grayscale: #636363. Windows color (decimal): -6015316 or 11286180. OLE color: 11286180.

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

Color convert

RGB 164 54 172 -
CMYK 0.05 0.69 0 0.33
HSL 295.93º 0.52% 0.44% -
HSV(B) 295.93º 0.69% 0.67% -
XYZ 24.08 13.51 40.37 -
YUV 100.34 168.44 173.41 -
System Red Green Blue C M Y K H S L
Decimal 164 54 172 0.05 0.69 0 0.33 295.93 0.52 0.44
Hex A4 36 AC 5 45 0 21 128 34 2C
Octal 244 66 254 5 105 0 41 450 64 54
Binary 10100100 110110 10101100 101 1000101 0 100001 100101000 110100 101100

Color Harmonies of #A436AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436AC

Black with #A436AC

Text Example


Text Example

White with #A436AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436AC; }

 p { color: rgb(164,54,172); }

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

background-color css

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

 a { background-color: rgb(164,54,172); }

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

border-color css

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

 span { border-color: rgb(164,54,172); }

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