Html Css Color HEX #A43BBD Dark Orchid

📋 copy color: '#A43BBD'

red 164 ◦ green 59 ◦ blue 189

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

Shades of Dark Orchid #A43BBD

Tints of Dark Orchid #A43BBD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.32%

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 39.81%
G = 14.32%
B = 45.87%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A43BBD (or 0xA43BBD) is known color: Dark Orchid. HEX triplet: A4, 3B and BD. RGB value is (164,59,189). Sum of RGB (Red+Green+Blue) = 164+59+189=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 59 (23.44% from 255 or 14.32% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43BBD is #5BC442. Grayscale: #686868. Windows color (decimal): -6014019 or 12401572. OLE color: 12401572.

HSL color Cylindrical-coordinate representation of color #A43BBD: hue angle of 288.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A43BBD is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 59 189 -
CMYK 0.13 0.69 0 0.26
HSL 288.46º 0.52% 0.49% -
HSV(B) 288.46º 0.69% 0.74% -
XYZ 26.06 14.69 49.61 -
YUV 105.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 164 59 189 0.13 0.69 0 0.26 288.46 0.52 0.49
Hex A4 3B BD D 45 0 1A 120 34 31
Octal 244 73 275 15 105 0 32 440 64 61
Binary 10100100 111011 10111101 1101 1000101 0 11010 100100000 110100 110001

Color Harmonies of #A43BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43BBD

Black with #A43BBD

Text Example


Text Example

White with #A43BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43BBD; }

 p { color: rgb(164,59,189); }

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

background-color css

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

 a { background-color: rgb(164,59,189); }

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

border-color css

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

 span { border-color: rgb(164,59,189); }

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