Html Css Color HEX #A736B7 Dark Orchid

📋 copy color: '#A736B7'

red 167 ◦ green 54 ◦ blue 183

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

Shades of Dark Orchid #A736B7

Tints of Dark Orchid #A736B7

RGB

 RED value IS 167 (65.63% from 255) = 41.34%

 GREEN value IS 54 (21.48% from 255) = 13.37%

 BLUE value IS 183 (71.88% from 255) = 45.3%

R = 41.34%
G = 13.37%
B = 45.3%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A736B7 (or 0xA736B7) is known color: Dark Orchid. HEX triplet: A7, 36 and B7. RGB value is (167,54,183). Sum of RGB (Red+Green+Blue) = 167+54+183=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 183 (71.88% from 255 or 45.30% from 404); Max value from RGB is 183 - color contains mainly: blue. Hex color #A736B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736B7 is #58C948. Grayscale: #666666. Windows color (decimal): -5818697 or 12007079. OLE color: 12007079.

HSL color Cylindrical-coordinate representation of color #A736B7: hue angle of 292.56º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A736B7 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 167 54 183 -
CMYK 0.09 0.70 0 0.28
HSL 292.56º 0.54% 0.46% -
HSV(B) 292.56º 0.7% 0.72% -
XYZ 25.8 14.27 46.19 -
YUV 102.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 167 54 183 0.09 0.70 0 0.28 292.56 0.54 0.46
Hex A7 36 B7 9 46 0 1C 125 36 2E
Octal 247 66 267 11 106 0 34 445 66 56
Binary 10100111 110110 10110111 1001 1000110 0 11100 100100101 110110 101110

Color Harmonies of #A736B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736B7

Black with #A736B7

Text Example


Text Example

White with #A736B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736B7; }

 p { color: rgb(167,54,183); }

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

background-color css

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

 a { background-color: rgb(167,54,183); }

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

border-color css

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

 span { border-color: rgb(167,54,183); }

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