Html Css Color HEX #A736CE Dark Orchid

📋 copy color: '#A736CE'

red 167 ◦ green 54 ◦ blue 206

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

Shades of Dark Orchid #A736CE

Tints of Dark Orchid #A736CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 39.11%
G = 12.65%
B = 48.24%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A736CE (or 0xA736CE) is known color: Dark Orchid. HEX triplet: A7, 36 and CE. RGB value is (167,54,206). Sum of RGB (Red+Green+Blue) = 167+54+206=427 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.11% from 427); Green value is 54 (21.48% from 255 or 12.65% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #A736CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736CE is #58C931. Grayscale: #686868. Windows color (decimal): -5818674 or 13514407. OLE color: 13514407.

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

Color convert

RGB 167 54 206 -
CMYK 0.19 0.74 0 0.19
HSL 284.61º 0.61% 0.51% -
HSV(B) 284.61º 0.74% 0.81% -
XYZ 28.4 15.31 59.85 -
YUV 105.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 167 54 206 0.19 0.74 0 0.19 284.61 0.61 0.51
Hex A7 36 CE 13 4A 0 13 11D 3D 33
Octal 247 66 316 23 112 0 23 435 75 63
Binary 10100111 110110 11001110 10011 1001010 0 10011 100011101 111101 110011

Color Harmonies of #A736CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736CE

Black with #A736CE

Text Example


Text Example

White with #A736CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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