Html Css Color HEX #A436AB Dark Orchid

📋 copy color: '#A436AB'

red 164 ◦ green 54 ◦ blue 171

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

Shades of Dark Orchid #A436AB

Tints of Dark Orchid #A436AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.96%

R = 42.16%
G = 13.88%
B = 43.96%

CMYK

 C value IS 0.04

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A436AB (or 0xA436AB) is known color: Dark Orchid. HEX triplet: A4, 36 and AB. RGB value is (164,54,171). Sum of RGB (Red+Green+Blue) = 164+54+171=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 54 (21.48% from 255 or 13.88% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A436AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A436AB is #5BC954. Grayscale: #636363. Windows color (decimal): -6015317 or 11220644. OLE color: 11220644.

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

Color convert

RGB 164 54 171 -
CMYK 0.04 0.68 0 0.33
HSL 296.41º 0.52% 0.44% -
HSV(B) 296.41º 0.68% 0.67% -
XYZ 23.98 13.47 39.86 -
YUV 100.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 164 54 171 0.04 0.68 0 0.33 296.41 0.52 0.44
Hex A4 36 AB 4 44 0 21 128 34 2C
Octal 244 66 253 4 104 0 41 450 64 54
Binary 10100100 110110 10101011 100 1000100 0 100001 100101000 110100 101100

Color Harmonies of #A436AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436AB

Black with #A436AB

Text Example


Text Example

White with #A436AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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