Html Css Color HEX #A42EBE Dark Orchid

📋 copy color: '#A42EBE'

red 164 ◦ green 46 ◦ blue 190

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

Shades of Dark Orchid #A42EBE

Tints of Dark Orchid #A42EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.5%

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

R = 41%
G = 11.5%
B = 47.5%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A42EBE (or 0xA42EBE) is known color: Dark Orchid. HEX triplet: A4, 2E and BE. RGB value is (164,46,190). Sum of RGB (Red+Green+Blue) = 164+46+190=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EBE is #5BD141. Grayscale: #616161. Windows color (decimal): -6017346 or 12463780. OLE color: 12463780.

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

Color convert

RGB 164 46 190 -
CMYK 0.14 0.76 0 0.25
HSL 289.17º 0.61% 0.46% -
HSV(B) 289.17º 0.76% 0.75% -
XYZ 25.58 13.56 49.99 -
YUV 97.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 164 46 190 0.14 0.76 0 0.25 289.17 0.61 0.46
Hex A4 2E BE E 4C 0 19 121 3D 2E
Octal 244 56 276 16 114 0 31 441 75 56
Binary 10100100 101110 10111110 1110 1001100 0 11001 100100001 111101 101110

Color Harmonies of #A42EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EBE

Black with #A42EBE

Text Example


Text Example

White with #A42EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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