Html Css Color HEX #A736CD Dark Orchid

📋 copy color: '#A736CD'

red 167 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A736CD

Tints of Dark Orchid #A736CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.12%

R = 39.2%
G = 12.68%
B = 48.12%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A736CD (or 0xA736CD) is known color: Dark Orchid. HEX triplet: A7, 36 and CD. RGB value is (167,54,205). Sum of RGB (Red+Green+Blue) = 167+54+205=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #A736CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736CD is #58C932. Grayscale: #686868. Windows color (decimal): -5818675 or 13448871. OLE color: 13448871.

HSL color Cylindrical-coordinate representation of color #A736CD: hue angle of 284.9º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A736CD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 54 205 -
CMYK 0.19 0.74 0 0.20
HSL 284.9º 0.6% 0.51% -
HSV(B) 284.9º 0.74% 0.8% -
XYZ 28.27 15.26 59.21 -
YUV 105 184.44 172.22 -
System Red Green Blue C M Y K H S L
Decimal 167 54 205 0.19 0.74 0 0.20 284.9 0.6 0.51
Hex A7 36 CD 13 4A 0 14 11D 3C 33
Octal 247 66 315 23 112 0 24 435 74 63
Binary 10100111 110110 11001101 10011 1001010 0 10100 100011101 111100 110011

Color Harmonies of #A736CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736CD

Black with #A736CD

Text Example


Text Example

White with #A736CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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