Html Css Color HEX #A436DD Dark Orchid

📋 copy color: '#A436DD'

red 164 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #A436DD

Tints of Dark Orchid #A436DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.34%

R = 37.36%
G = 12.3%
B = 50.34%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A436DD (or 0xA436DD) is known color: Dark Orchid. HEX triplet: A4, 36 and DD. RGB value is (164,54,221). Sum of RGB (Red+Green+Blue) = 164+54+221=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 54 (21.48% from 255 or 12.30% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #A436DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436DD is #5BC922. Grayscale: #696969. Windows color (decimal): -6015267 or 14497444. OLE color: 14497444.

HSL color Cylindrical-coordinate representation of color #A436DD: hue angle of 279.52º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A436DD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 54 221 -
CMYK 0.26 0.76 0 0.13
HSL 279.52º 0.71% 0.54% -
HSV(B) 279.52º 0.76% 0.87% -
XYZ 29.68 15.75 69.88 -
YUV 105.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 164 54 221 0.26 0.76 0 0.13 279.52 0.71 0.54
Hex A4 36 DD 1A 4C 0 D 118 47 36
Octal 244 66 335 32 114 0 15 430 107 66
Binary 10100100 110110 11011101 11010 1001100 0 1101 100011000 1000111 110110

Color Harmonies of #A436DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436DD

Black with #A436DD

Text Example


Text Example

White with #A436DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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