Html Css Color HEX #A736B0 Dark Orchid

📋 copy color: '#A736B0'

red 167 ◦ green 54 ◦ blue 176

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

Shades of Dark Orchid #A736B0

Tints of Dark Orchid #A736B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.33%

R = 42.07%
G = 13.6%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A736B0 (or 0xA736B0) is known color: Dark Orchid. HEX triplet: A7, 36 and B0. RGB value is (167,54,176). Sum of RGB (Red+Green+Blue) = 167+54+176=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #A736B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736B0 is #58C94F. Grayscale: #656565. Windows color (decimal): -5818704 or 11548327. OLE color: 11548327.

HSL color Cylindrical-coordinate representation of color #A736B0: hue angle of 295.57º 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 #A736B0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 54 176 -
CMYK 0.05 0.69 0 0.31
HSL 295.57º 0.53% 0.45% -
HSV(B) 295.57º 0.69% 0.69% -
XYZ 25.09 13.99 42.45 -
YUV 101.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 167 54 176 0.05 0.69 0 0.31 295.57 0.53 0.45
Hex A7 36 B0 5 45 0 1F 128 35 2D
Octal 247 66 260 5 105 0 37 450 65 55
Binary 10100111 110110 10110000 101 1000101 0 11111 100101000 110101 101101

Color Harmonies of #A736B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736B0

Black with #A736B0

Text Example


Text Example

White with #A736B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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