Html Css Color HEX #A43FBD Dark Orchid

📋 copy color: '#A43FBD'

red 164 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #A43FBD

Tints of Dark Orchid #A43FBD

RGB

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

 GREEN value IS 63 (25% from 255) = 15.14%

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

R = 39.42%
G = 15.14%
B = 45.43%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A43FBD (or 0xA43FBD) is known color: Dark Orchid. HEX triplet: A4, 3F and BD. RGB value is (164,63,189). Sum of RGB (Red+Green+Blue) = 164+63+189=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A43FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FBD is #5BC042. Grayscale: #6B6B6B. Windows color (decimal): -6012995 or 12402596. OLE color: 12402596.

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

Color convert

RGB 164 63 189 -
CMYK 0.13 0.67 0 0.26
HSL 288.1º 0.5% 0.49% -
HSV(B) 288.1º 0.67% 0.74% -
XYZ 26.27 15.12 49.68 -
YUV 107.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 164 63 189 0.13 0.67 0 0.26 288.1 0.5 0.49
Hex A4 3F BD D 43 0 1A 120 32 31
Octal 244 77 275 15 103 0 32 440 62 61
Binary 10100100 111111 10111101 1101 1000011 0 11010 100100000 110010 110001

Color Harmonies of #A43FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43FBD

Black with #A43FBD

Text Example


Text Example

White with #A43FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43FBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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