Html Css Color HEX #A42CBF Dark Orchid

📋 copy color: '#A42CBF'

red 164 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A42CBF

Tints of Dark Orchid #A42CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 191 (75% from 255) = 47.87%

R = 41.1%
G = 11.03%
B = 47.87%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A42CBF (or 0xA42CBF) is known color: Dark Orchid. HEX triplet: A4, 2C and BF. RGB value is (164,44,191). Sum of RGB (Red+Green+Blue) = 164+44+191=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #A42CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBF is #5BD340. Grayscale: #606060. Windows color (decimal): -6017857 or 12528804. OLE color: 12528804.

HSL color Cylindrical-coordinate representation of color #A42CBF: hue angle of 288.98º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42CBF is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 44 191 -
CMYK 0.14 0.77 0 0.25
HSL 288.98º 0.63% 0.46% -
HSV(B) 288.98º 0.77% 0.75% -
XYZ 25.61 13.46 50.54 -
YUV 96.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 164 44 191 0.14 0.77 0 0.25 288.98 0.63 0.46
Hex A4 2C BF E 4D 0 19 121 3F 2E
Octal 244 54 277 16 115 0 31 441 77 56
Binary 10100100 101100 10111111 1110 1001101 0 11001 100100001 111111 101110

Color Harmonies of #A42CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42CBF

Black with #A42CBF

Text Example


Text Example

White with #A42CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42CBF; }

 p { color: rgb(164,44,191); }

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

background-color css

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

 a { background-color: rgb(164,44,191); }

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

border-color css

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

 span { border-color: rgb(164,44,191); }

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