Html Css Color HEX #A736CF Dark Orchid

📋 copy color: '#A736CF'

red 167 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #A736CF

Tints of Dark Orchid #A736CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 39.02%
G = 12.62%
B = 48.36%

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

#A736CF (or 0xA736CF) is known color: Dark Orchid. HEX triplet: A7, 36 and CF. RGB value is (167,54,207). Sum of RGB (Red+Green+Blue) = 167+54+207=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A736CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736CF is #58C930. Grayscale: #686868. Windows color (decimal): -5818673 or 13579943. OLE color: 13579943.

HSL color Cylindrical-coordinate representation of color #A736CF: hue angle of 284.31º 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 #A736CF is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 54 207 -
CMYK 0.19 0.74 0 0.19
HSL 284.31º 0.61% 0.51% -
HSV(B) 284.31º 0.74% 0.81% -
XYZ 28.52 15.36 60.49 -
YUV 105.23 185.44 172.06 -
System Red Green Blue C M Y K H S L
Decimal 167 54 207 0.19 0.74 0 0.19 284.31 0.61 0.51
Hex A7 36 CF 13 4A 0 13 11C 3D 33
Octal 247 66 317 23 112 0 23 434 75 63
Binary 10100111 110110 11001111 10011 1001010 0 10011 100011100 111101 110011

Color Harmonies of #A736CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736CF

Black with #A736CF

Text Example


Text Example

White with #A736CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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