Html Css Color HEX #A443D6 Dark Orchid

📋 copy color: '#A443D6'

red 164 ◦ green 67 ◦ blue 214

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

Shades of Dark Orchid #A443D6

Tints of Dark Orchid #A443D6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.06%

 BLUE value IS 214 (83.98% from 255) = 48.09%

R = 36.85%
G = 15.06%
B = 48.09%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A443D6 (or 0xA443D6) is known color: Dark Orchid. HEX triplet: A4, 43 and D6. RGB value is (164,67,214). Sum of RGB (Red+Green+Blue) = 164+67+214=445 (58% of max value = 765). Red value is 164 (64.45% from 255 or 36.85% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 214 (83.98% from 255 or 48.09% from 445); Max value from RGB is 214 - color contains mainly: blue. Hex color #A443D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443D6 is #5BBC29. Grayscale: #707070. Windows color (decimal): -6011946 or 14042020. OLE color: 14042020.

HSL color Cylindrical-coordinate representation of color #A443D6: hue angle of 279.59º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A443D6 is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 67 214 -
CMYK 0.23 0.69 0 0.16
HSL 279.59º 0.64% 0.55% -
HSV(B) 279.59º 0.69% 0.84% -
XYZ 29.45 16.76 65.3 -
YUV 112.76 185.14 164.55 -
System Red Green Blue C M Y K H S L
Decimal 164 67 214 0.23 0.69 0 0.16 279.59 0.64 0.55
Hex A4 43 D6 17 45 0 10 118 40 37
Octal 244 103 326 27 105 0 20 430 100 67
Binary 10100100 1000011 11010110 10111 1000101 0 10000 100011000 1000000 110111

Color Harmonies of #A443D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A443D6

Black with #A443D6

Text Example


Text Example

White with #A443D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A443D6; }

 p { color: rgb(164,67,214); }

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

background-color css

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

 a { background-color: rgb(164,67,214); }

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

border-color css

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

 span { border-color: rgb(164,67,214); }

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