Html Css Color HEX #A42BB7 Dark Orchid

📋 copy color: '#A42BB7'

red 164 ◦ green 43 ◦ blue 183

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

Shades of Dark Orchid #A42BB7

Tints of Dark Orchid #A42BB7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.03%

 BLUE value IS 183 (71.88% from 255) = 46.92%

R = 42.05%
G = 11.03%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A42BB7 (or 0xA42BB7) is known color: Dark Orchid. HEX triplet: A4, 2B and B7. RGB value is (164,43,183). Sum of RGB (Red+Green+Blue) = 164+43+183=390 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.05% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 183 (71.88% from 255 or 46.92% from 390); Max value from RGB is 183 - color contains mainly: blue. Hex color #A42BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42BB7 is #5BD448. Grayscale: #5E5E5E. Windows color (decimal): -6018121 or 12004260. OLE color: 12004260.

HSL color Cylindrical-coordinate representation of color #A42BB7: hue angle of 291.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42BB7 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 43 183 -
CMYK 0.10 0.77 0 0.28
HSL 291.86º 0.62% 0.44% -
HSV(B) 291.86º 0.77% 0.72% -
XYZ 24.72 13.04 46.01 -
YUV 95.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 164 43 183 0.10 0.77 0 0.28 291.86 0.62 0.44
Hex A4 2B B7 A 4D 0 1C 124 3E 2C
Octal 244 53 267 12 115 0 34 444 76 54
Binary 10100100 101011 10110111 1010 1001101 0 11100 100100100 111110 101100

Color Harmonies of #A42BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42BB7

Black with #A42BB7

Text Example


Text Example

White with #A42BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42BB7; }

 p { color: rgb(164,43,183); }

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

background-color css

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

 a { background-color: rgb(164,43,183); }

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

border-color css

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

 span { border-color: rgb(164,43,183); }

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