Html Css Color HEX #A42CBA Dark Orchid

📋 copy color: '#A42CBA'

red 164 ◦ green 44 ◦ blue 186

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

Shades of Dark Orchid #A42CBA

Tints of Dark Orchid #A42CBA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.17%

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

R = 41.62%
G = 11.17%
B = 47.21%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A42CBA (or 0xA42CBA) is known color: Dark Orchid. HEX triplet: A4, 2C and BA. RGB value is (164,44,186). Sum of RGB (Red+Green+Blue) = 164+44+186=394 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.62% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBA is #5BD345. Grayscale: #5F5F5F. Windows color (decimal): -6017862 or 12201124. OLE color: 12201124.

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

Color convert

RGB 164 44 186 -
CMYK 0.12 0.76 0 0.27
HSL 290.7º 0.62% 0.45% -
HSV(B) 290.7º 0.76% 0.73% -
XYZ 25.07 13.24 47.69 -
YUV 96.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 164 44 186 0.12 0.76 0 0.27 290.7 0.62 0.45
Hex A4 2C BA C 4C 0 1B 123 3E 2D
Octal 244 54 272 14 114 0 33 443 76 55
Binary 10100100 101100 10111010 1100 1001100 0 11011 100100011 111110 101101

Color Harmonies of #A42CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBA

Black with #A42CBA

Text Example


Text Example

White with #A42CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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