Html Css Color HEX #A421CF Dark Orchid

📋 copy color: '#A421CF'

red 164 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #A421CF

Tints of Dark Orchid #A421CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.24%

R = 40.59%
G = 8.17%
B = 51.24%

CMYK

 C value IS 0.21

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A421CF (or 0xA421CF) is known color: Dark Orchid. HEX triplet: A4, 21 and CF. RGB value is (164,33,207). Sum of RGB (Red+Green+Blue) = 164+33+207=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #A421CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A421CF is #5BDE30. Grayscale: #5B5B5B. Windows color (decimal): -6020657 or 13574564. OLE color: 13574564.

HSL color Cylindrical-coordinate representation of color #A421CF: hue angle of 285.17º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A421CF is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 33 207 -
CMYK 0.21 0.84 0 0.19
HSL 285.17º 0.73% 0.47% -
HSV(B) 285.17º 0.84% 0.81% -
XYZ 27.12 13.49 60.21 -
YUV 92.01 192.9 179.35 -
System Red Green Blue C M Y K H S L
Decimal 164 33 207 0.21 0.84 0 0.19 285.17 0.73 0.47
Hex A4 21 CF 15 54 0 13 11D 48 2F
Octal 244 41 317 25 124 0 23 435 110 57
Binary 10100100 100001 11001111 10101 1010100 0 10011 100011101 1001000 101111

Color Harmonies of #A421CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421CF

Black with #A421CF

Text Example


Text Example

White with #A421CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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