Html Css Color HEX #A436BD Dark Orchid

📋 copy color: '#A436BD'

red 164 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #A436BD

Tints of Dark Orchid #A436BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.44%

R = 40.29%
G = 13.27%
B = 46.44%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A436BD (or 0xA436BD) is known color: Dark Orchid. HEX triplet: A4, 36 and BD. RGB value is (164,54,189). Sum of RGB (Red+Green+Blue) = 164+54+189=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #A436BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436BD is #5BC942. Grayscale: #656565. Windows color (decimal): -6015299 or 12400292. OLE color: 12400292.

HSL color Cylindrical-coordinate representation of color #A436BD: hue angle of 288.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A436BD is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 54 189 -
CMYK 0.13 0.71 0 0.26
HSL 288.89º 0.56% 0.48% -
HSV(B) 288.89º 0.71% 0.74% -
XYZ 25.81 14.2 49.53 -
YUV 102.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 164 54 189 0.13 0.71 0 0.26 288.89 0.56 0.48
Hex A4 36 BD D 47 0 1A 121 38 30
Octal 244 66 275 15 107 0 32 441 70 60
Binary 10100100 110110 10111101 1101 1000111 0 11010 100100001 111000 110000

Color Harmonies of #A436BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436BD

Black with #A436BD

Text Example


Text Example

White with #A436BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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