Html Css Color HEX #A436CF Dark Orchid

📋 copy color: '#A436CF'

red 164 ◦ green 54 ◦ blue 207

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

Shades of Dark Orchid #A436CF

Tints of Dark Orchid #A436CF

RGB

 RED value IS 164 (64.45% from 255) = 38.59%

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

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

R = 38.59%
G = 12.71%
B = 48.71%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A436CF (or 0xA436CF) is known color: Dark Orchid. HEX triplet: A4, 36 and CF. RGB value is (164,54,207). Sum of RGB (Red+Green+Blue) = 164+54+207=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A436CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436CF is #5BC930. Grayscale: #676767. Windows color (decimal): -6015281 or 13579940. OLE color: 13579940.

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

Color convert

RGB 164 54 207 -
CMYK 0.21 0.74 0 0.19
HSL 283.14º 0.61% 0.51% -
HSV(B) 283.14º 0.74% 0.81% -
XYZ 27.89 15.04 60.46 -
YUV 104.33 185.94 170.56 -
System Red Green Blue C M Y K H S L
Decimal 164 54 207 0.21 0.74 0 0.19 283.14 0.61 0.51
Hex A4 36 CF 15 4A 0 13 11B 3D 33
Octal 244 66 317 25 112 0 23 433 75 63
Binary 10100100 110110 11001111 10101 1001010 0 10011 100011011 111101 110011

Color Harmonies of #A436CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436CF

Black with #A436CF

Text Example


Text Example

White with #A436CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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