Html Css Color HEX #A21ACF Dark Orchid

📋 copy color: '#A21ACF'

red 162 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #A21ACF

Tints of Dark Orchid #A21ACF

RGB

 RED value IS 162 (63.67% from 255) = 41.01%

 GREEN value IS 26 (10.55% from 255) = 6.58%

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

R = 41.01%
G = 6.58%
B = 52.41%

CMYK

 C value IS 0.22

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A21ACF (or 0xA21ACF) is known color: Dark Orchid. HEX triplet: A2, 1A and CF. RGB value is (162,26,207). Sum of RGB (Red+Green+Blue) = 162+26+207=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #A21ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A21ACF is #5DE530. Grayscale: #565656. Windows color (decimal): -6153521 or 13572770. OLE color: 13572770.

HSL color Cylindrical-coordinate representation of color #A21ACF: hue angle of 285.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21ACF is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 26 207 -
CMYK 0.22 0.87 0 0.19
HSL 285.08º 0.78% 0.46% -
HSV(B) 285.08º 0.87% 0.81% -
XYZ 26.53 12.93 60.13 -
YUV 87.3 195.56 181.28 -
System Red Green Blue C M Y K H S L
Decimal 162 26 207 0.22 0.87 0 0.19 285.08 0.78 0.46
Hex A2 1A CF 16 57 0 13 11D 4E 2E
Octal 242 32 317 26 127 0 23 435 116 56
Binary 10100010 11010 11001111 10110 1010111 0 10011 100011101 1001110 101110

Color Harmonies of #A21ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21ACF

Black with #A21ACF

Text Example


Text Example

White with #A21ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21ACF; }

 p { color: rgb(162,26,207); }

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

background-color css

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

 a { background-color: rgb(162,26,207); }

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

border-color css

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

 span { border-color: rgb(162,26,207); }

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