Html Css Color HEX #A421BE Dark Orchid

📋 copy color: '#A421BE'

red 164 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #A421BE

Tints of Dark Orchid #A421BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.1%

R = 42.38%
G = 8.53%
B = 49.1%

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

#A421BE (or 0xA421BE) is known color: Dark Orchid. HEX triplet: A4, 21 and BE. RGB value is (164,33,190). Sum of RGB (Red+Green+Blue) = 164+33+190=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #A421BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421BE is #5BDE41. Grayscale: #595959. Windows color (decimal): -6020674 or 12460452. OLE color: 12460452.

HSL color Cylindrical-coordinate representation of color #A421BE: hue angle of 290.06º degrees, saturation: 0.7, 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 #A421BE is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 33 190 -
CMYK 0.14 0.83 0 0.25
HSL 290.06º 0.7% 0.44% -
HSV(B) 290.06º 0.83% 0.75% -
XYZ 25.15 12.7 49.84 -
YUV 90.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 164 33 190 0.14 0.83 0 0.25 290.06 0.7 0.44
Hex A4 21 BE E 53 0 19 122 46 2C
Octal 244 41 276 16 123 0 31 442 106 54
Binary 10100100 100001 10111110 1110 1010011 0 11001 100100010 1000110 101100

Color Harmonies of #A421BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421BE

Black with #A421BE

Text Example


Text Example

White with #A421BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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