Html Css Color HEX #A837BB Dark Orchid

📋 copy color: '#A837BB'

red 168 ◦ green 55 ◦ blue 187

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

Shades of Dark Orchid #A837BB

Tints of Dark Orchid #A837BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 40.98%
G = 13.41%
B = 45.61%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A837BB (or 0xA837BB) is known color: Dark Orchid. HEX triplet: A8, 37 and BB. RGB value is (168,55,187). Sum of RGB (Red+Green+Blue) = 168+55+187=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 55 (21.88% from 255 or 13.41% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #A837BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837BB is #57C844. Grayscale: #676767. Windows color (decimal): -5752901 or 12269480. OLE color: 12269480.

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

Color convert

RGB 168 55 187 -
CMYK 0.10 0.71 0 0.27
HSL 291.36º 0.55% 0.47% -
HSV(B) 291.36º 0.71% 0.73% -
XYZ 26.48 14.65 48.44 -
YUV 103.84 174.94 173.77 -
System Red Green Blue C M Y K H S L
Decimal 168 55 187 0.10 0.71 0 0.27 291.36 0.55 0.47
Hex A8 37 BB A 47 0 1B 123 37 2F
Octal 250 67 273 12 107 0 33 443 67 57
Binary 10101000 110111 10111011 1010 1000111 0 11011 100100011 110111 101111

Color Harmonies of #A837BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837BB

Black with #A837BB

Text Example


Text Example

White with #A837BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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