Html Css Color HEX #A42DDF Dark Orchid

📋 copy color: '#A42DDF'

red 164 ◦ green 45 ◦ blue 223

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

Shades of Dark Orchid #A42DDF

Tints of Dark Orchid #A42DDF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.42%

 BLUE value IS 223 (87.5% from 255) = 51.62%

R = 37.96%
G = 10.42%
B = 51.62%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A42DDF (or 0xA42DDF) is known color: Dark Orchid. HEX triplet: A4, 2D and DF. RGB value is (164,45,223). Sum of RGB (Red+Green+Blue) = 164+45+223=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #A42DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DDF is #5BD220. Grayscale: #646464. Windows color (decimal): -6017569 or 14626212. OLE color: 14626212.

HSL color Cylindrical-coordinate representation of color #A42DDF: hue angle of 280.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42DDF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 45 223 -
CMYK 0.26 0.80 0 0.13
HSL 280.11º 0.74% 0.53% -
HSV(B) 280.11º 0.8% 0.87% -
XYZ 29.57 15.1 71.17 -
YUV 100.87 196.92 173.03 -
System Red Green Blue C M Y K H S L
Decimal 164 45 223 0.26 0.80 0 0.13 280.11 0.74 0.53
Hex A4 2D DF 1A 50 0 D 118 4A 35
Octal 244 55 337 32 120 0 15 430 112 65
Binary 10100100 101101 11011111 11010 1010000 0 1101 100011000 1001010 110101

Color Harmonies of #A42DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42DDF

Black with #A42DDF

Text Example


Text Example

White with #A42DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42DDF; }

 p { color: rgb(164,45,223); }

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

background-color css

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

 a { background-color: rgb(164,45,223); }

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

border-color css

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

 span { border-color: rgb(164,45,223); }

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