Html Css Color HEX #A42EBB Dark Orchid

📋 copy color: '#A42EBB'

red 164 ◦ green 46 ◦ blue 187

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

Shades of Dark Orchid #A42EBB

Tints of Dark Orchid #A42EBB

RGB

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

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

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

R = 41.31%
G = 11.59%
B = 47.1%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A42EBB (or 0xA42EBB) is known color: Dark Orchid. HEX triplet: A4, 2E and BB. RGB value is (164,46,187). Sum of RGB (Red+Green+Blue) = 164+46+187=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #A42EBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EBB is #5BD144. Grayscale: #606060. Windows color (decimal): -6017349 or 12267172. OLE color: 12267172.

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

Color convert

RGB 164 46 187 -
CMYK 0.12 0.75 0 0.27
HSL 290.21º 0.61% 0.46% -
HSV(B) 290.21º 0.75% 0.73% -
XYZ 25.26 13.43 48.28 -
YUV 97.36 178.59 175.54 -
System Red Green Blue C M Y K H S L
Decimal 164 46 187 0.12 0.75 0 0.27 290.21 0.61 0.46
Hex A4 2E BB C 4B 0 1B 122 3D 2E
Octal 244 56 273 14 113 0 33 442 75 56
Binary 10100100 101110 10111011 1100 1001011 0 11011 100100010 111101 101110

Color Harmonies of #A42EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EBB

Black with #A42EBB

Text Example


Text Example

White with #A42EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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