Html Css Color HEX #A43ABB Dark Orchid

📋 copy color: '#A43ABB'

red 164 ◦ green 58 ◦ blue 187

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

Shades of Dark Orchid #A43ABB

Tints of Dark Orchid #A43ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.18%

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

R = 40.1%
G = 14.18%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A43ABB (or 0xA43ABB) is known color: Dark Orchid. HEX triplet: A4, 3A and BB. RGB value is (164,58,187). Sum of RGB (Red+Green+Blue) = 164+58+187=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 187 (73.44% from 255 or 45.72% from 409); Max value from RGB is 187 - color contains mainly: blue. Hex color #A43ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ABB is #5BC544. Grayscale: #676767. Windows color (decimal): -6014277 or 12270244. OLE color: 12270244.

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

Color convert

RGB 164 58 187 -
CMYK 0.12 0.69 0 0.27
HSL 289.3º 0.53% 0.48% -
HSV(B) 289.3º 0.69% 0.73% -
XYZ 25.79 14.51 48.45 -
YUV 104.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 164 58 187 0.12 0.69 0 0.27 289.3 0.53 0.48
Hex A4 3A BB C 45 0 1B 121 35 30
Octal 244 72 273 14 105 0 33 441 65 60
Binary 10100100 111010 10111011 1100 1000101 0 11011 100100001 110101 110000

Color Harmonies of #A43ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ABB

Black with #A43ABB

Text Example


Text Example

White with #A43ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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