Html Css Color HEX #A436CD Dark Orchid

📋 copy color: '#A436CD'

red 164 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A436CD

Tints of Dark Orchid #A436CD

RGB

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

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

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

R = 38.77%
G = 12.77%
B = 48.46%

CMYK

 C value IS 0.2

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A436CD (or 0xA436CD) is known color: Dark Orchid. HEX triplet: A4, 36 and CD. RGB value is (164,54,205). Sum of RGB (Red+Green+Blue) = 164+54+205=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #A436CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436CD is #5BC932. Grayscale: #676767. Windows color (decimal): -6015283 or 13448868. OLE color: 13448868.

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

Color convert

RGB 164 54 205 -
CMYK 0.2 0.74 0 0.20
HSL 283.71º 0.6% 0.51% -
HSV(B) 283.71º 0.74% 0.8% -
XYZ 27.65 14.94 59.18 -
YUV 104.1 184.94 170.72 -
System Red Green Blue C M Y K H S L
Decimal 164 54 205 0.2 0.74 0 0.20 283.71 0.6 0.51
Hex A4 36 CD 14 4A 0 14 11C 3C 33
Octal 244 66 315 24 112 0 24 434 74 63
Binary 10100100 110110 11001101 10100 1001010 0 10100 100011100 111100 110011

Color Harmonies of #A436CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436CD

Black with #A436CD

Text Example


Text Example

White with #A436CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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