Html Css Color HEX #A43DBE Dark Orchid

📋 copy color: '#A43DBE'

red 164 ◦ green 61 ◦ blue 190

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

Shades of Dark Orchid #A43DBE

Tints of Dark Orchid #A43DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.78%

R = 39.52%
G = 14.7%
B = 45.78%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A43DBE (or 0xA43DBE) is known color: Dark Orchid. HEX triplet: A4, 3D and BE. RGB value is (164,61,190). Sum of RGB (Red+Green+Blue) = 164+61+190=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #A43DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DBE is #5BC241. Grayscale: #6A6A6A. Windows color (decimal): -6013506 or 12467620. OLE color: 12467620.

HSL color Cylindrical-coordinate representation of color #A43DBE: hue angle of 287.91º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43DBE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 61 190 -
CMYK 0.14 0.68 0 0.25
HSL 287.91º 0.51% 0.49% -
HSV(B) 287.91º 0.68% 0.75% -
XYZ 26.27 14.95 50.22 -
YUV 106.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 164 61 190 0.14 0.68 0 0.25 287.91 0.51 0.49
Hex A4 3D BE E 44 0 19 120 33 31
Octal 244 75 276 16 104 0 31 440 63 61
Binary 10100100 111101 10111110 1110 1000100 0 11001 100100000 110011 110001

Color Harmonies of #A43DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DBE

Black with #A43DBE

Text Example


Text Example

White with #A43DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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