Html Css Color HEX #A42EBA Dark Orchid

📋 copy color: '#A42EBA'

red 164 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #A42EBA

Tints of Dark Orchid #A42EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 41.41%
G = 11.62%
B = 46.97%

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

#A42EBA (or 0xA42EBA) is known color: Dark Orchid. HEX triplet: A4, 2E and BA. RGB value is (164,46,186). Sum of RGB (Red+Green+Blue) = 164+46+186=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 46 (18.36% from 255 or 11.62% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A42EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42EBA is #5BD145. Grayscale: #606060. Windows color (decimal): -6017350 or 12201636. OLE color: 12201636.

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

Color convert

RGB 164 46 186 -
CMYK 0.12 0.75 0 0.27
HSL 290.57º 0.6% 0.45% -
HSV(B) 290.57º 0.75% 0.73% -
XYZ 25.15 13.39 47.71 -
YUV 97.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 164 46 186 0.12 0.75 0 0.27 290.57 0.6 0.45
Hex A4 2E BA C 4B 0 1B 123 3C 2D
Octal 244 56 272 14 113 0 33 443 74 55
Binary 10100100 101110 10111010 1100 1001011 0 11011 100100011 111100 101101

Color Harmonies of #A42EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EBA

Black with #A42EBA

Text Example


Text Example

White with #A42EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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