Html Css Color HEX #A837BD Dark Orchid

📋 copy color: '#A837BD'

red 168 ◦ green 55 ◦ blue 189

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

Shades of Dark Orchid #A837BD

Tints of Dark Orchid #A837BD

RGB

 RED value IS 168 (66.02% from 255) = 40.78%

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

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

R = 40.78%
G = 13.35%
B = 45.87%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A837BD (or 0xA837BD) is known color: Dark Orchid. HEX triplet: A8, 37 and BD. RGB value is (168,55,189). Sum of RGB (Red+Green+Blue) = 168+55+189=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #A837BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BD is #57C842. Grayscale: #676767. Windows color (decimal): -5752899 or 12400552. OLE color: 12400552.

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

Color convert

RGB 168 55 189 -
CMYK 0.11 0.71 0 0.26
HSL 290.6º 0.55% 0.48% -
HSV(B) 290.6º 0.71% 0.74% -
XYZ 26.7 14.73 49.58 -
YUV 104.06 175.94 173.6 -
System Red Green Blue C M Y K H S L
Decimal 168 55 189 0.11 0.71 0 0.26 290.6 0.55 0.48
Hex A8 37 BD B 47 0 1A 123 37 30
Octal 250 67 275 13 107 0 32 443 67 60
Binary 10101000 110111 10111101 1011 1000111 0 11010 100100011 110111 110000

Color Harmonies of #A837BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837BD

Black with #A837BD

Text Example


Text Example

White with #A837BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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