Html Css Color HEX #A437BC Dark Orchid

📋 copy color: '#A437BC'

red 164 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #A437BC

Tints of Dark Orchid #A437BC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.51%

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

R = 40.29%
G = 13.51%
B = 46.19%

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

#A437BC (or 0xA437BC) is known color: Dark Orchid. HEX triplet: A4, 37 and BC. RGB value is (164,55,188). Sum of RGB (Red+Green+Blue) = 164+55+188=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 55 (21.88% from 255 or 13.51% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #A437BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A437BC is #5BC843. Grayscale: #666666. Windows color (decimal): -6015044 or 12335012. OLE color: 12335012.

HSL color Cylindrical-coordinate representation of color #A437BC: hue angle of 289.17º degrees, saturation: 0.55, 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 #A437BC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 55 188 -
CMYK 0.13 0.71 0 0.26
HSL 289.17º 0.55% 0.48% -
HSV(B) 289.17º 0.71% 0.74% -
XYZ 25.75 14.26 48.97 -
YUV 102.75 176.11 171.69 -
System Red Green Blue C M Y K H S L
Decimal 164 55 188 0.13 0.71 0 0.26 289.17 0.55 0.48
Hex A4 37 BC D 47 0 1A 121 37 30
Octal 244 67 274 15 107 0 32 441 67 60
Binary 10100100 110111 10111100 1101 1000111 0 11010 100100001 110111 110000

Color Harmonies of #A437BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A437BC

Black with #A437BC

Text Example


Text Example

White with #A437BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A437BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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