Html Css Color HEX #A42CBB Dark Orchid

📋 copy color: '#A42CBB'

red 164 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #A42CBB

Tints of Dark Orchid #A42CBB

RGB

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

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

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

R = 41.52%
G = 11.14%
B = 47.34%

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

#A42CBB (or 0xA42CBB) is known color: Dark Orchid. HEX triplet: A4, 2C and BB. RGB value is (164,44,187). Sum of RGB (Red+Green+Blue) = 164+44+187=395 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.52% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #A42CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBB is #5BD344. Grayscale: #5F5F5F. Windows color (decimal): -6017861 or 12266660. OLE color: 12266660.

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

Color convert

RGB 164 44 187 -
CMYK 0.12 0.76 0 0.27
HSL 290.35º 0.62% 0.45% -
HSV(B) 290.35º 0.76% 0.73% -
XYZ 25.18 13.28 48.25 -
YUV 96.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 164 44 187 0.12 0.76 0 0.27 290.35 0.62 0.45
Hex A4 2C BB C 4C 0 1B 122 3E 2D
Octal 244 54 273 14 114 0 33 442 76 55
Binary 10100100 101100 10111011 1100 1001100 0 11011 100100010 111110 101101

Color Harmonies of #A42CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBB

Black with #A42CBB

Text Example


Text Example

White with #A42CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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