Html Css Color HEX #A42CDA Dark Orchid

📋 copy color: '#A42CDA'

red 164 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #A42CDA

Tints of Dark Orchid #A42CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.33%

 BLUE value IS 218 (85.55% from 255) = 51.17%

R = 38.5%
G = 10.33%
B = 51.17%

CMYK

 C value IS 0.25

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A42CDA (or 0xA42CDA) is known color: Dark Orchid. HEX triplet: A4, 2C and DA. RGB value is (164,44,218). Sum of RGB (Red+Green+Blue) = 164+44+218=426 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.50% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #A42CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CDA is #5BD325. Grayscale: #636363. Windows color (decimal): -6017830 or 14298276. OLE color: 14298276.

HSL color Cylindrical-coordinate representation of color #A42CDA: hue angle of 281.38º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42CDA is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 44 218 -
CMYK 0.25 0.80 0 0.15
HSL 281.38º 0.7% 0.51% -
HSV(B) 281.38º 0.8% 0.85% -
XYZ 28.87 14.76 67.66 -
YUV 99.72 194.76 173.85 -
System Red Green Blue C M Y K H S L
Decimal 164 44 218 0.25 0.80 0 0.15 281.38 0.7 0.51
Hex A4 2C DA 19 50 0 F 119 46 33
Octal 244 54 332 31 120 0 17 431 106 63
Binary 10100100 101100 11011010 11001 1010000 0 1111 100011001 1000110 110011

Color Harmonies of #A42CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CDA

Black with #A42CDA

Text Example


Text Example

White with #A42CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CDA; }

 p { color: rgb(164,44,218); }

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

background-color css

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

 a { background-color: rgb(164,44,218); }

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

border-color css

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

 span { border-color: rgb(164,44,218); }

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