Html Css Color HEX #A736C9 Dark Orchid

📋 copy color: '#A736C9'

red 167 ◦ green 54 ◦ blue 201

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

Shades of Dark Orchid #A736C9

Tints of Dark Orchid #A736C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.63%

R = 39.57%
G = 12.8%
B = 47.63%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A736C9 (or 0xA736C9) is known color: Dark Orchid. HEX triplet: A7, 36 and C9. RGB value is (167,54,201). Sum of RGB (Red+Green+Blue) = 167+54+201=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 201 (78.91% from 255 or 47.63% from 422); Max value from RGB is 201 - color contains mainly: blue. Hex color #A736C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736C9 is #58C936. Grayscale: #686868. Windows color (decimal): -5818679 or 13186727. OLE color: 13186727.

HSL color Cylindrical-coordinate representation of color #A736C9: hue angle of 286.12º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A736C9 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 54 201 -
CMYK 0.17 0.73 0 0.21
HSL 286.12º 0.58% 0.5% -
HSV(B) 286.12º 0.73% 0.79% -
XYZ 27.8 15.07 56.7 -
YUV 104.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 167 54 201 0.17 0.73 0 0.21 286.12 0.58 0.5
Hex A7 36 C9 11 49 0 15 11E 3A 32
Octal 247 66 311 21 111 0 25 436 72 62
Binary 10100111 110110 11001001 10001 1001001 0 10101 100011110 111010 110010

Color Harmonies of #A736C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736C9

Black with #A736C9

Text Example


Text Example

White with #A736C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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