Html Css Color HEX #A837DD Dark Orchid

📋 copy color: '#A837DD'

red 168 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #A837DD

Tints of Dark Orchid #A837DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 37.84%
G = 12.39%
B = 49.77%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A837DD (or 0xA837DD) is known color: Dark Orchid. HEX triplet: A8, 37 and DD. RGB value is (168,55,221). Sum of RGB (Red+Green+Blue) = 168+55+221=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A837DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837DD is #57C822. Grayscale: #6B6B6B. Windows color (decimal): -5752867 or 14497704. OLE color: 14497704.

HSL color Cylindrical-coordinate representation of color #A837DD: hue angle of 280.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A837DD is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 55 221 -
CMYK 0.24 0.75 0 0.13
HSL 280.84º 0.71% 0.54% -
HSV(B) 280.84º 0.75% 0.87% -
XYZ 30.57 16.28 69.94 -
YUV 107.71 191.94 171 -
System Red Green Blue C M Y K H S L
Decimal 168 55 221 0.24 0.75 0 0.13 280.84 0.71 0.54
Hex A8 37 DD 18 4B 0 D 119 47 36
Octal 250 67 335 30 113 0 15 431 107 66
Binary 10101000 110111 11011101 11000 1001011 0 1101 100011001 1000111 110110

Color Harmonies of #A837DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837DD

Black with #A837DD

Text Example


Text Example

White with #A837DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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