Html Css Color HEX #A42EB2 Dark Orchid

📋 copy color: '#A42EB2'

red 164 ◦ green 46 ◦ blue 178

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

Shades of Dark Orchid #A42EB2

Tints of Dark Orchid #A42EB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 42.27%
G = 11.86%
B = 45.88%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A42EB2 (or 0xA42EB2) is known color: Dark Orchid. HEX triplet: A4, 2E and B2. RGB value is (164,46,178). Sum of RGB (Red+Green+Blue) = 164+46+178=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #A42EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42EB2 is #5BD14D. Grayscale: #5F5F5F. Windows color (decimal): -6017358 or 11677348. OLE color: 11677348.

HSL color Cylindrical-coordinate representation of color #A42EB2: hue angle of 293.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42EB2 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 46 178 -
CMYK 0.08 0.74 0 0.30
HSL 293.64º 0.59% 0.44% -
HSV(B) 293.64º 0.74% 0.7% -
XYZ 24.32 13.06 43.36 -
YUV 96.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 164 46 178 0.08 0.74 0 0.30 293.64 0.59 0.44
Hex A4 2E B2 8 4A 0 1E 126 3B 2C
Octal 244 56 262 10 112 0 36 446 73 54
Binary 10100100 101110 10110010 1000 1001010 0 11110 100100110 111011 101100

Color Harmonies of #A42EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42EB2

Black with #A42EB2

Text Example


Text Example

White with #A42EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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