Html Css Color HEX #A436DF Dark Orchid

📋 copy color: '#A436DF'

red 164 ◦ green 54 ◦ blue 223

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

Shades of Dark Orchid #A436DF

Tints of Dark Orchid #A436DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 37.19%
G = 12.24%
B = 50.57%

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

#A436DF (or 0xA436DF) is known color: Dark Orchid. HEX triplet: A4, 36 and DF. RGB value is (164,54,223). Sum of RGB (Red+Green+Blue) = 164+54+223=441 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.19% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #A436DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A436DF is #5BC920. Grayscale: #696969. Windows color (decimal): -6015265 or 14628516. OLE color: 14628516.

HSL color Cylindrical-coordinate representation of color #A436DF: hue angle of 279.05º degrees, saturation: 0.73, 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 #A436DF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 54 223 -
CMYK 0.26 0.76 0 0.13
HSL 279.05º 0.73% 0.54% -
HSV(B) 279.05º 0.76% 0.87% -
XYZ 29.95 15.86 71.29 -
YUV 106.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 164 54 223 0.26 0.76 0 0.13 279.05 0.73 0.54
Hex A4 36 DF 1A 4C 0 D 117 49 36
Octal 244 66 337 32 114 0 15 427 111 66
Binary 10100100 110110 11011111 11010 1001100 0 1101 100010111 1001001 110110

Color Harmonies of #A436DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A436DF

Black with #A436DF

Text Example


Text Example

White with #A436DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A436DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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