Html Css Color HEX #A42CB8 Dark Orchid

📋 copy color: '#A42CB8'

red 164 ◦ green 44 ◦ blue 184

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

Shades of Dark Orchid #A42CB8

Tints of Dark Orchid #A42CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.94%

R = 41.84%
G = 11.22%
B = 46.94%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A42CB8 (or 0xA42CB8) is known color: Dark Orchid. HEX triplet: A4, 2C and B8. RGB value is (164,44,184). Sum of RGB (Red+Green+Blue) = 164+44+184=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #A42CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CB8 is #5BD347. Grayscale: #5F5F5F. Windows color (decimal): -6017864 or 12070052. OLE color: 12070052.

HSL color Cylindrical-coordinate representation of color #A42CB8: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42CB8 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 44 184 -
CMYK 0.11 0.76 0 0.28
HSL 291.43º 0.61% 0.45% -
HSV(B) 291.43º 0.76% 0.72% -
XYZ 24.86 13.15 46.58 -
YUV 95.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 164 44 184 0.11 0.76 0 0.28 291.43 0.61 0.45
Hex A4 2C B8 B 4C 0 1C 123 3D 2D
Octal 244 54 270 13 114 0 34 443 75 55
Binary 10100100 101100 10111000 1011 1001100 0 11100 100100011 111101 101101

Color Harmonies of #A42CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CB8

Black with #A42CB8

Text Example


Text Example

White with #A42CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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