Html Css Color HEX #A42FDD Dark Orchid

📋 copy color: '#A42FDD'

red 164 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #A42FDD

Tints of Dark Orchid #A42FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 37.96%
G = 10.88%
B = 51.16%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A42FDD (or 0xA42FDD) is known color: Dark Orchid. HEX triplet: A4, 2F and DD. RGB value is (164,47,221). Sum of RGB (Red+Green+Blue) = 164+47+221=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A42FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FDD is #5BD022. Grayscale: #656565. Windows color (decimal): -6017059 or 14495652. OLE color: 14495652.

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

Color convert

RGB 164 47 221 -
CMYK 0.26 0.79 0 0.13
HSL 280.34º 0.72% 0.53% -
HSV(B) 280.34º 0.79% 0.87% -
XYZ 29.38 15.15 69.78 -
YUV 101.82 195.26 172.35 -
System Red Green Blue C M Y K H S L
Decimal 164 47 221 0.26 0.79 0 0.13 280.34 0.72 0.53
Hex A4 2F DD 1A 4F 0 D 118 48 35
Octal 244 57 335 32 117 0 15 430 110 65
Binary 10100100 101111 11011101 11010 1001111 0 1101 100011000 1001000 110101

Color Harmonies of #A42FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FDD

Black with #A42FDD

Text Example


Text Example

White with #A42FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FDD; }

 p { color: rgb(164,47,221); }

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

background-color css

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

 a { background-color: rgb(164,47,221); }

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

border-color css

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

 span { border-color: rgb(164,47,221); }

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