Html Css Color HEX #A736B1 Dark Orchid

📋 copy color: '#A736B1'

red 167 ◦ green 54 ◦ blue 177

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

Shades of Dark Orchid #A736B1

Tints of Dark Orchid #A736B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 44.47%

R = 41.96%
G = 13.57%
B = 44.47%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A736B1 (or 0xA736B1) is known color: Dark Orchid. HEX triplet: A7, 36 and B1. RGB value is (167,54,177). Sum of RGB (Red+Green+Blue) = 167+54+177=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 177 (69.53% from 255 or 44.47% from 398); Max value from RGB is 177 - color contains mainly: blue. Hex color #A736B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736B1 is #58C94E. Grayscale: #656565. Windows color (decimal): -5818703 or 11613863. OLE color: 11613863.

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

Color convert

RGB 167 54 177 -
CMYK 0.06 0.69 0 0.31
HSL 295.12º 0.53% 0.45% -
HSV(B) 295.12º 0.69% 0.69% -
XYZ 25.19 14.03 42.97 -
YUV 101.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 167 54 177 0.06 0.69 0 0.31 295.12 0.53 0.45
Hex A7 36 B1 6 45 0 1F 127 35 2D
Octal 247 66 261 6 105 0 37 447 65 55
Binary 10100111 110110 10110001 110 1000101 0 11111 100100111 110101 101101

Color Harmonies of #A736B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736B1

Black with #A736B1

Text Example


Text Example

White with #A736B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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