Html Css Color HEX #A837B3 Dark Orchid

📋 copy color: '#A837B3'

red 168 ◦ green 55 ◦ blue 179

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

Shades of Dark Orchid #A837B3

Tints of Dark Orchid #A837B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 41.79%
G = 13.68%
B = 44.53%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A837B3 (or 0xA837B3) is known color: Dark Orchid. HEX triplet: A8, 37 and B3. RGB value is (168,55,179). Sum of RGB (Red+Green+Blue) = 168+55+179=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #A837B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A837B3 is #57C84C. Grayscale: #666666. Windows color (decimal): -5752909 or 11745192. OLE color: 11745192.

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

Color convert

RGB 168 55 179 -
CMYK 0.06 0.69 0 0.30
HSL 294.68º 0.53% 0.46% -
HSV(B) 294.68º 0.69% 0.7% -
XYZ 25.65 14.31 44.06 -
YUV 102.92 170.94 174.42 -
System Red Green Blue C M Y K H S L
Decimal 168 55 179 0.06 0.69 0 0.30 294.68 0.53 0.46
Hex A8 37 B3 6 45 0 1E 127 35 2E
Octal 250 67 263 6 105 0 36 447 65 56
Binary 10101000 110111 10110011 110 1000101 0 11110 100100111 110101 101110

Color Harmonies of #A837B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A837B3

Black with #A837B3

Text Example


Text Example

White with #A837B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A837B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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