Html Css Color HEX #A737BD Dark Orchid

📋 copy color: '#A737BD'

red 167 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #A737BD

Tints of Dark Orchid #A737BD

RGB

 RED value IS 167 (65.63% from 255) = 40.63%

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

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

R = 40.63%
G = 13.38%
B = 45.99%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A737BD (or 0xA737BD) is known color: Dark Orchid. HEX triplet: A7, 37 and BD. RGB value is (167,55,189). Sum of RGB (Red+Green+Blue) = 167+55+189=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #A737BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A737BD is #58C842. Grayscale: #676767. Windows color (decimal): -5818435 or 12400551. OLE color: 12400551.

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

Color convert

RGB 167 55 189 -
CMYK 0.12 0.71 0 0.26
HSL 290.15º 0.55% 0.48% -
HSV(B) 290.15º 0.71% 0.74% -
XYZ 26.49 14.62 49.57 -
YUV 103.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 167 55 189 0.12 0.71 0 0.26 290.15 0.55 0.48
Hex A7 37 BD C 47 0 1A 122 37 30
Octal 247 67 275 14 107 0 32 442 67 60
Binary 10100111 110111 10111101 1100 1000111 0 11010 100100010 110111 110000

Color Harmonies of #A737BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A737BD

Black with #A737BD

Text Example


Text Example

White with #A737BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A737BD; }

 p { color: rgb(167,55,189); }

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

background-color css

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

 a { background-color: rgb(167,55,189); }

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

border-color css

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

 span { border-color: rgb(167,55,189); }

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