Html Css Color HEX #A021CF Dark Orchid

📋 copy color: '#A021CF'

red 160 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #A021CF

Tints of Dark Orchid #A021CF

RGB

 RED value IS 160 (62.89% from 255) = 40%

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

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

R = 40%
G = 8.25%
B = 51.75%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A021CF (or 0xA021CF) is known color: Dark Orchid. HEX triplet: A0, 21 and CF. RGB value is (160,33,207). Sum of RGB (Red+Green+Blue) = 160+33+207=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #A021CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A021CF is #5FDE30. Grayscale: #5A5A5A. Windows color (decimal): -6282801 or 13574560. OLE color: 13574560.

HSL color Cylindrical-coordinate representation of color #A021CF: hue angle of 283.79º 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 #A021CF is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 33 207 -
CMYK 0.23 0.84 0 0.19
HSL 283.79º 0.73% 0.47% -
HSV(B) 283.79º 0.84% 0.81% -
XYZ 26.3 13.07 60.17 -
YUV 90.81 193.58 177.35 -
System Red Green Blue C M Y K H S L
Decimal 160 33 207 0.23 0.84 0 0.19 283.79 0.73 0.47
Hex A0 21 CF 17 54 0 13 11C 48 2F
Octal 240 41 317 27 124 0 23 434 110 57
Binary 10100000 100001 11001111 10111 1010100 0 10011 100011100 1001000 101111

Color Harmonies of #A021CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A021CF

Black with #A021CF

Text Example


Text Example

White with #A021CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A021CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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