Html Css Color HEX #A736BD Dark Orchid

📋 copy color: '#A736BD'

red 167 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #A736BD

Tints of Dark Orchid #A736BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.1%

R = 40.73%
G = 13.17%
B = 46.1%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A736BD (or 0xA736BD) is known color: Dark Orchid. HEX triplet: A7, 36 and BD. RGB value is (167,54,189). Sum of RGB (Red+Green+Blue) = 167+54+189=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #A736BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736BD is #58C942. Grayscale: #666666. Windows color (decimal): -5818691 or 12400295. OLE color: 12400295.

HSL color Cylindrical-coordinate representation of color #A736BD: hue angle of 290.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A736BD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 54 189 -
CMYK 0.12 0.71 0 0.26
HSL 290.22º 0.56% 0.48% -
HSV(B) 290.22º 0.71% 0.74% -
XYZ 26.44 14.53 49.55 -
YUV 103.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 167 54 189 0.12 0.71 0 0.26 290.22 0.56 0.48
Hex A7 36 BD C 47 0 1A 122 38 30
Octal 247 66 275 14 107 0 32 442 70 60
Binary 10100111 110110 10111101 1100 1000111 0 11010 100100010 111000 110000

Color Harmonies of #A736BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736BD

Black with #A736BD

Text Example


Text Example

White with #A736BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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