Html Css Color HEX #A43DBB Dark Orchid

📋 copy color: '#A43DBB'

red 164 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A43DBB

Tints of Dark Orchid #A43DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.39%

R = 39.81%
G = 14.81%
B = 45.39%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A43DBB (or 0xA43DBB) is known color: Dark Orchid. HEX triplet: A4, 3D and BB. RGB value is (164,61,187). Sum of RGB (Red+Green+Blue) = 164+61+187=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 187 - color contains mainly: blue. Hex color #A43DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DBB is #5BC244. Grayscale: #696969. Windows color (decimal): -6013509 or 12271012. OLE color: 12271012.

HSL color Cylindrical-coordinate representation of color #A43DBB: hue angle of 289.05º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43DBB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 61 187 -
CMYK 0.12 0.67 0 0.27
HSL 289.05º 0.51% 0.49% -
HSV(B) 289.05º 0.67% 0.73% -
XYZ 25.95 14.82 48.51 -
YUV 106.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 164 61 187 0.12 0.67 0 0.27 289.05 0.51 0.49
Hex A4 3D BB C 43 0 1B 121 33 31
Octal 244 75 273 14 103 0 33 441 63 61
Binary 10100100 111101 10111011 1100 1000011 0 11011 100100001 110011 110001

Color Harmonies of #A43DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43DBB

Black with #A43DBB

Text Example


Text Example

White with #A43DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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