Html Css Color HEX #A43ABA Dark Orchid

📋 copy color: '#A43ABA'

red 164 ◦ green 58 ◦ blue 186

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

Shades of Dark Orchid #A43ABA

Tints of Dark Orchid #A43ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 40.2%
G = 14.22%
B = 45.59%

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

#A43ABA (or 0xA43ABA) is known color: Dark Orchid. HEX triplet: A4, 3A and BA. RGB value is (164,58,186). Sum of RGB (Red+Green+Blue) = 164+58+186=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A43ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43ABA is #5BC545. Grayscale: #676767. Windows color (decimal): -6014278 or 12204708. OLE color: 12204708.

HSL color Cylindrical-coordinate representation of color #A43ABA: hue angle of 289.69º degrees, saturation: 0.52, 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 #A43ABA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 58 186 -
CMYK 0.12 0.69 0 0.27
HSL 289.69º 0.52% 0.48% -
HSV(B) 289.69º 0.69% 0.73% -
XYZ 25.69 14.46 47.89 -
YUV 104.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 164 58 186 0.12 0.69 0 0.27 289.69 0.52 0.48
Hex A4 3A BA C 45 0 1B 122 34 30
Octal 244 72 272 14 105 0 33 442 64 60
Binary 10100100 111010 10111010 1100 1000101 0 11011 100100010 110100 110000

Color Harmonies of #A43ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43ABA

Black with #A43ABA

Text Example


Text Example

White with #A43ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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