Html Css Color HEX #A42FAC Dark Orchid

📋 copy color: '#A42FAC'

red 164 ◦ green 47 ◦ blue 172

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

Shades of Dark Orchid #A42FAC

Tints of Dark Orchid #A42FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 42.82%
G = 12.27%
B = 44.91%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A42FAC (or 0xA42FAC) is known color: Dark Orchid. HEX triplet: A4, 2F and AC. RGB value is (164,47,172). Sum of RGB (Red+Green+Blue) = 164+47+172=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A42FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A42FAC is #5BD053. Grayscale: #5F5F5F. Windows color (decimal): -6017108 or 11284388. OLE color: 11284388.

HSL color Cylindrical-coordinate representation of color #A42FAC: hue angle of 296.16º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A42FAC is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 47 172 -
CMYK 0.05 0.73 0 0.33
HSL 296.16º 0.57% 0.43% -
HSV(B) 296.16º 0.73% 0.67% -
XYZ 23.77 12.9 40.27 -
YUV 96.23 170.76 176.34 -
System Red Green Blue C M Y K H S L
Decimal 164 47 172 0.05 0.73 0 0.33 296.16 0.57 0.43
Hex A4 2F AC 5 49 0 21 128 39 2B
Octal 244 57 254 5 111 0 41 450 71 53
Binary 10100100 101111 10101100 101 1001001 0 100001 100101000 111001 101011

Color Harmonies of #A42FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FAC

Black with #A42FAC

Text Example


Text Example

White with #A42FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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