Html Css Color HEX #A43AD1 Dark Orchid

📋 copy color: '#A43AD1'

red 164 ◦ green 58 ◦ blue 209

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

Shades of Dark Orchid #A43AD1

Tints of Dark Orchid #A43AD1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.46%

 BLUE value IS 209 (82.03% from 255) = 48.49%

R = 38.05%
G = 13.46%
B = 48.49%

CMYK

 C value IS 0.22

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A43AD1 (or 0xA43AD1) is known color: Dark Orchid. HEX triplet: A4, 3A and D1. RGB value is (164,58,209). Sum of RGB (Red+Green+Blue) = 164+58+209=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #A43AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43AD1 is #5BC52E. Grayscale: #6A6A6A. Windows color (decimal): -6014255 or 13712036. OLE color: 13712036.

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

Color convert

RGB 164 58 209 -
CMYK 0.22 0.72 0 0.18
HSL 282.12º 0.62% 0.52% -
HSV(B) 282.12º 0.72% 0.82% -
XYZ 28.33 15.52 61.82 -
YUV 106.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 164 58 209 0.22 0.72 0 0.18 282.12 0.62 0.52
Hex A4 3A D1 16 48 0 12 11A 3E 34
Octal 244 72 321 26 110 0 22 432 76 64
Binary 10100100 111010 11010001 10110 1001000 0 10010 100011010 111110 110100

Color Harmonies of #A43AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43AD1

Black with #A43AD1

Text Example


Text Example

White with #A43AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43AD1; }

 p { color: rgb(164,58,209); }

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

background-color css

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

 a { background-color: rgb(164,58,209); }

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

border-color css

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

 span { border-color: rgb(164,58,209); }

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