Html Css Color HEX #A837B4 Dark Orchid

📋 copy color: '#A837B4'

red 168 ◦ green 55 ◦ blue 180

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

Shades of Dark Orchid #A837B4

Tints of Dark Orchid #A837B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 41.69%
G = 13.65%
B = 44.67%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A837B4 (or 0xA837B4) is known color: Dark Orchid. HEX triplet: A8, 37 and B4. RGB value is (168,55,180). Sum of RGB (Red+Green+Blue) = 168+55+180=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #A837B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837B4 is #57C84B. Grayscale: #666666. Windows color (decimal): -5752908 or 11810728. OLE color: 11810728.

HSL color Cylindrical-coordinate representation of color #A837B4: hue angle of 294.24º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A837B4 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 168 55 180 -
CMYK 0.07 0.69 0 0.29
HSL 294.24º 0.53% 0.46% -
HSV(B) 294.24º 0.69% 0.71% -
XYZ 25.75 14.35 44.59 -
YUV 103.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 168 55 180 0.07 0.69 0 0.29 294.24 0.53 0.46
Hex A8 37 B4 7 45 0 1D 126 35 2E
Octal 250 67 264 7 105 0 35 446 65 56
Binary 10101000 110111 10110100 111 1000101 0 11101 100100110 110101 101110

Color Harmonies of #A837B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837B4

Black with #A837B4

Text Example


Text Example

White with #A837B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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