Html Css Color HEX #A436BC Dark Orchid

📋 copy color: '#A436BC'

red 164 ◦ green 54 ◦ blue 188

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

Shades of Dark Orchid #A436BC

Tints of Dark Orchid #A436BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 40.39%
G = 13.3%
B = 46.31%

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

#A436BC (or 0xA436BC) is known color: Dark Orchid. HEX triplet: A4, 36 and BC. RGB value is (164,54,188). Sum of RGB (Red+Green+Blue) = 164+54+188=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #A436BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436BC is #5BC943. Grayscale: #656565. Windows color (decimal): -6015300 or 12334756. OLE color: 12334756.

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

Color convert

RGB 164 54 188 -
CMYK 0.13 0.71 0 0.26
HSL 289.25º 0.55% 0.47% -
HSV(B) 289.25º 0.71% 0.74% -
XYZ 25.71 14.16 48.96 -
YUV 102.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 164 54 188 0.13 0.71 0 0.26 289.25 0.55 0.47
Hex A4 36 BC D 47 0 1A 121 37 2F
Octal 244 66 274 15 107 0 32 441 67 57
Binary 10100100 110110 10111100 1101 1000111 0 11010 100100001 110111 101111

Color Harmonies of #A436BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436BC

Black with #A436BC

Text Example


Text Example

White with #A436BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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