Html Css Color HEX #A42ED7 Dark Orchid

📋 copy color: '#A42ED7'

red 164 ◦ green 46 ◦ blue 215

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

Shades of Dark Orchid #A42ED7

Tints of Dark Orchid #A42ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 50.59%

R = 38.59%
G = 10.82%
B = 50.59%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A42ED7 (or 0xA42ED7) is known color: Dark Orchid. HEX triplet: A4, 2E and D7. RGB value is (164,46,215). Sum of RGB (Red+Green+Blue) = 164+46+215=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 46 (18.36% from 255 or 10.82% from 425); Blue value is 215 (84.38% from 255 or 50.59% from 425); Max value from RGB is 215 - color contains mainly: blue. Hex color #A42ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42ED7 is #5BD128. Grayscale: #636363. Windows color (decimal): -6017321 or 14102180. OLE color: 14102180.

HSL color Cylindrical-coordinate representation of color #A42ED7: hue angle of 281.89º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42ED7 is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 46 215 -
CMYK 0.24 0.79 0 0.16
HSL 281.89º 0.68% 0.51% -
HSV(B) 281.89º 0.79% 0.84% -
XYZ 28.55 14.75 65.63 -
YUV 100.55 192.59 173.26 -
System Red Green Blue C M Y K H S L
Decimal 164 46 215 0.24 0.79 0 0.16 281.89 0.68 0.51
Hex A4 2E D7 18 4F 0 10 11A 44 33
Octal 244 56 327 30 117 0 20 432 104 63
Binary 10100100 101110 11010111 11000 1001111 0 10000 100011010 1000100 110011

Color Harmonies of #A42ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42ED7

Black with #A42ED7

Text Example


Text Example

White with #A42ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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