Html Css Color HEX #A42FBC Dark Orchid

📋 copy color: '#A42FBC'

red 164 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A42FBC

Tints of Dark Orchid #A42FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 41.1%
G = 11.78%
B = 47.12%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A42FBC (or 0xA42FBC) is known color: Dark Orchid. HEX triplet: A4, 2F and BC. RGB value is (164,47,188). Sum of RGB (Red+Green+Blue) = 164+47+188=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #A42FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FBC is #5BD043. Grayscale: #616161. Windows color (decimal): -6017092 or 12332964. OLE color: 12332964.

HSL color Cylindrical-coordinate representation of color #A42FBC: hue angle of 289.79º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A42FBC is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 47 188 -
CMYK 0.13 0.75 0 0.26
HSL 289.79º 0.6% 0.46% -
HSV(B) 289.79º 0.75% 0.74% -
XYZ 25.4 13.56 48.85 -
YUV 98.06 178.76 175.04 -
System Red Green Blue C M Y K H S L
Decimal 164 47 188 0.13 0.75 0 0.26 289.79 0.6 0.46
Hex A4 2F BC D 4B 0 1A 122 3C 2E
Octal 244 57 274 15 113 0 32 442 74 56
Binary 10100100 101111 10111100 1101 1001011 0 11010 100100010 111100 101110

Color Harmonies of #A42FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FBC

Black with #A42FBC

Text Example


Text Example

White with #A42FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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