Html Css Color HEX #A42FB4 Dark Orchid

📋 copy color: '#A42FB4'

red 164 ◦ green 47 ◦ blue 180

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

Shades of Dark Orchid #A42FB4

Tints of Dark Orchid #A42FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.04%

R = 41.94%
G = 12.02%
B = 46.04%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A42FB4 (or 0xA42FB4) is known color: Dark Orchid. HEX triplet: A4, 2F and B4. RGB value is (164,47,180). Sum of RGB (Red+Green+Blue) = 164+47+180=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #A42FB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FB4 is #5BD04B. Grayscale: #606060. Windows color (decimal): -6017100 or 11808676. OLE color: 11808676.

HSL color Cylindrical-coordinate representation of color #A42FB4: hue angle of 292.78º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A42FB4 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 47 180 -
CMYK 0.09 0.74 0 0.29
HSL 292.78º 0.59% 0.45% -
HSV(B) 292.78º 0.74% 0.71% -
XYZ 24.56 13.22 44.44 -
YUV 97.15 174.76 175.69 -
System Red Green Blue C M Y K H S L
Decimal 164 47 180 0.09 0.74 0 0.29 292.78 0.59 0.45
Hex A4 2F B4 9 4A 0 1D 125 3B 2D
Octal 244 57 264 11 112 0 35 445 73 55
Binary 10100100 101111 10110100 1001 1001010 0 11101 100100101 111011 101101

Color Harmonies of #A42FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FB4

Black with #A42FB4

Text Example


Text Example

White with #A42FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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