Html Css Color HEX #A42CBE Dark Orchid

📋 copy color: '#A42CBE'

red 164 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #A42CBE

Tints of Dark Orchid #A42CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 41.21%
G = 11.06%
B = 47.74%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A42CBE (or 0xA42CBE) is known color: Dark Orchid. HEX triplet: A4, 2C and BE. RGB value is (164,44,190). Sum of RGB (Red+Green+Blue) = 164+44+190=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBE is #5BD341. Grayscale: #606060. Windows color (decimal): -6017858 or 12463268. OLE color: 12463268.

HSL color Cylindrical-coordinate representation of color #A42CBE: hue angle of 289.32º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42CBE is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 44 190 -
CMYK 0.14 0.77 0 0.25
HSL 289.32º 0.62% 0.46% -
HSV(B) 289.32º 0.77% 0.75% -
XYZ 25.5 13.41 49.96 -
YUV 96.52 180.76 176.13 -
System Red Green Blue C M Y K H S L
Decimal 164 44 190 0.14 0.77 0 0.25 289.32 0.62 0.46
Hex A4 2C BE E 4D 0 19 121 3E 2E
Octal 244 54 276 16 115 0 31 441 76 56
Binary 10100100 101100 10111110 1110 1001101 0 11001 100100001 111110 101110

Color Harmonies of #A42CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBE

Black with #A42CBE

Text Example


Text Example

White with #A42CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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