Html Css Color HEX #A421BF Dark Orchid

📋 copy color: '#A421BF'

red 164 ◦ green 33 ◦ blue 191

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

Shades of Dark Orchid #A421BF

Tints of Dark Orchid #A421BF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.51%

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

R = 42.27%
G = 8.51%
B = 49.23%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A421BF (or 0xA421BF) is known color: Dark Orchid. HEX triplet: A4, 21 and BF. RGB value is (164,33,191). Sum of RGB (Red+Green+Blue) = 164+33+191=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A421BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421BF is #5BDE40. Grayscale: #595959. Windows color (decimal): -6020673 or 12525988. OLE color: 12525988.

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

Color convert

RGB 164 33 191 -
CMYK 0.14 0.83 0 0.25
HSL 289.75º 0.71% 0.44% -
HSV(B) 289.75º 0.83% 0.75% -
XYZ 25.26 12.74 50.42 -
YUV 90.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 164 33 191 0.14 0.83 0 0.25 289.75 0.71 0.44
Hex A4 21 BF E 53 0 19 122 47 2C
Octal 244 41 277 16 123 0 31 442 107 54
Binary 10100100 100001 10111111 1110 1010011 0 11001 100100010 1000111 101100

Color Harmonies of #A421BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421BF

Black with #A421BF

Text Example


Text Example

White with #A421BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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