Html Css Color HEX #A43DBF Dark Orchid

📋 copy color: '#A43DBF'

red 164 ◦ green 61 ◦ blue 191

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

Shades of Dark Orchid #A43DBF

Tints of Dark Orchid #A43DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.91%

R = 39.42%
G = 14.66%
B = 45.91%

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

#A43DBF (or 0xA43DBF) is known color: Dark Orchid. HEX triplet: A4, 3D and BF. RGB value is (164,61,191). Sum of RGB (Red+Green+Blue) = 164+61+191=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #A43DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DBF is #5BC240. Grayscale: #6A6A6A. Windows color (decimal): -6013505 or 12533156. OLE color: 12533156.

HSL color Cylindrical-coordinate representation of color #A43DBF: hue angle of 287.54º degrees, saturation: 0.52, 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 #A43DBF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 61 191 -
CMYK 0.14 0.68 0 0.25
HSL 287.54º 0.52% 0.49% -
HSV(B) 287.54º 0.68% 0.75% -
XYZ 26.38 14.99 50.79 -
YUV 106.62 175.62 168.93 -
System Red Green Blue C M Y K H S L
Decimal 164 61 191 0.14 0.68 0 0.25 287.54 0.52 0.49
Hex A4 3D BF E 44 0 19 120 34 31
Octal 244 75 277 16 104 0 31 440 64 61
Binary 10100100 111101 10111111 1110 1000100 0 11001 100100000 110100 110001

Color Harmonies of #A43DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DBF

Black with #A43DBF

Text Example


Text Example

White with #A43DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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