Html Css Color HEX #A43DD2 Dark Orchid

📋 copy color: '#A43DD2'

red 164 ◦ green 61 ◦ blue 210

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

Shades of Dark Orchid #A43DD2

Tints of Dark Orchid #A43DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.28%

R = 37.7%
G = 14.02%
B = 48.28%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A43DD2 (or 0xA43DD2) is known color: Dark Orchid. HEX triplet: A4, 3D and D2. RGB value is (164,61,210). Sum of RGB (Red+Green+Blue) = 164+61+210=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 210 - color contains mainly: blue. Hex color #A43DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DD2 is #5BC22D. Grayscale: #6C6C6C. Windows color (decimal): -6013486 or 13778340. OLE color: 13778340.

HSL color Cylindrical-coordinate representation of color #A43DD2: hue angle of 281.48º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43DD2 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 61 210 -
CMYK 0.22 0.71 0 0.18
HSL 281.48º 0.62% 0.53% -
HSV(B) 281.48º 0.71% 0.82% -
XYZ 28.61 15.88 62.53 -
YUV 108.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 164 61 210 0.22 0.71 0 0.18 281.48 0.62 0.53
Hex A4 3D D2 16 47 0 12 119 3E 35
Octal 244 75 322 26 107 0 22 431 76 65
Binary 10100100 111101 11010010 10110 1000111 0 10010 100011001 111110 110101

Color Harmonies of #A43DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DD2

Black with #A43DD2

Text Example


Text Example

White with #A43DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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