Html Css Color HEX #A436DB Dark Orchid

📋 copy color: '#A436DB'

red 164 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #A436DB

Tints of Dark Orchid #A436DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.11%

R = 37.53%
G = 12.36%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A436DB (or 0xA436DB) is known color: Dark Orchid. HEX triplet: A4, 36 and DB. RGB value is (164,54,219). Sum of RGB (Red+Green+Blue) = 164+54+219=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 54 (21.48% from 255 or 12.36% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A436DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436DB is #5BC924. Grayscale: #696969. Windows color (decimal): -6015269 or 14366372. OLE color: 14366372.

HSL color Cylindrical-coordinate representation of color #A436DB: hue angle of 280º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A436DB is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 54 219 -
CMYK 0.25 0.75 0 0.14
HSL 280º 0.7% 0.54% -
HSV(B) 280º 0.75% 0.86% -
XYZ 29.42 15.65 68.49 -
YUV 105.7 191.94 169.58 -
System Red Green Blue C M Y K H S L
Decimal 164 54 219 0.25 0.75 0 0.14 280 0.7 0.54
Hex A4 36 DB 19 4B 0 E 118 46 36
Octal 244 66 333 31 113 0 16 430 106 66
Binary 10100100 110110 11011011 11001 1001011 0 1110 100011000 1000110 110110

Color Harmonies of #A436DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436DB

Black with #A436DB

Text Example


Text Example

White with #A436DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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