Html Css Color HEX #A837BC Dark Orchid

📋 copy color: '#A837BC'

red 168 ◦ green 55 ◦ blue 188

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

Shades of Dark Orchid #A837BC

Tints of Dark Orchid #A837BC

RGB

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

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

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

R = 40.88%
G = 13.38%
B = 45.74%

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

#A837BC (or 0xA837BC) is known color: Dark Orchid. HEX triplet: A8, 37 and BC. RGB value is (168,55,188). Sum of RGB (Red+Green+Blue) = 168+55+188=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A837BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BC is #57C843. Grayscale: #676767. Windows color (decimal): -5752900 or 12335016. OLE color: 12335016.

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

Color convert

RGB 168 55 188 -
CMYK 0.11 0.71 0 0.26
HSL 290.98º 0.55% 0.48% -
HSV(B) 290.98º 0.71% 0.74% -
XYZ 26.59 14.69 49.01 -
YUV 103.95 175.44 173.69 -
System Red Green Blue C M Y K H S L
Decimal 168 55 188 0.11 0.71 0 0.26 290.98 0.55 0.48
Hex A8 37 BC B 47 0 1A 123 37 30
Octal 250 67 274 13 107 0 32 443 67 60
Binary 10101000 110111 10111100 1011 1000111 0 11010 100100011 110111 110000

Color Harmonies of #A837BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837BC

Black with #A837BC

Text Example


Text Example

White with #A837BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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