Html Css Color HEX #A443DA Dark Orchid

📋 copy color: '#A443DA'

red 164 ◦ green 67 ◦ blue 218

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

Shades of Dark Orchid #A443DA

Tints of Dark Orchid #A443DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.55%

R = 36.53%
G = 14.92%
B = 48.55%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A443DA (or 0xA443DA) is known color: Dark Orchid. HEX triplet: A4, 43 and DA. RGB value is (164,67,218). Sum of RGB (Red+Green+Blue) = 164+67+218=449 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.53% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A443DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443DA is #5BBC25. Grayscale: #707070. Windows color (decimal): -6011942 or 14304164. OLE color: 14304164.

HSL color Cylindrical-coordinate representation of color #A443DA: hue angle of 278.54º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A443DA is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 67 218 -
CMYK 0.25 0.69 0 0.15
HSL 278.54º 0.67% 0.56% -
HSV(B) 278.54º 0.69% 0.85% -
XYZ 29.97 16.97 68.03 -
YUV 113.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 164 67 218 0.25 0.69 0 0.15 278.54 0.67 0.56
Hex A4 43 DA 19 45 0 F 117 43 38
Octal 244 103 332 31 105 0 17 427 103 70
Binary 10100100 1000011 11011010 11001 1000101 0 1111 100010111 1000011 111000

Color Harmonies of #A443DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A443DA

Black with #A443DA

Text Example


Text Example

White with #A443DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A443DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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