Html Css Color HEX #A43DDD Dark Orchid

📋 copy color: '#A43DDD'

red 164 ◦ green 61 ◦ blue 221

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

Shades of Dark Orchid #A43DDD

Tints of Dark Orchid #A43DDD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.68%

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

R = 36.77%
G = 13.68%
B = 49.55%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A43DDD (or 0xA43DDD) is known color: Dark Orchid. HEX triplet: A4, 3D and DD. RGB value is (164,61,221). Sum of RGB (Red+Green+Blue) = 164+61+221=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #A43DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DDD is #5BC222. Grayscale: #6D6D6D. Windows color (decimal): -6013475 or 14499236. OLE color: 14499236.

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

Color convert

RGB 164 61 221 -
CMYK 0.26 0.72 0 0.13
HSL 278.63º 0.7% 0.55% -
HSV(B) 278.63º 0.72% 0.87% -
XYZ 30.03 16.45 70 -
YUV 110.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 164 61 221 0.26 0.72 0 0.13 278.63 0.7 0.55
Hex A4 3D DD 1A 48 0 D 117 46 37
Octal 244 75 335 32 110 0 15 427 106 67
Binary 10100100 111101 11011101 11010 1001000 0 1101 100010111 1000110 110111

Color Harmonies of #A43DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DDD

Black with #A43DDD

Text Example


Text Example

White with #A43DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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