Html Css Color HEX #A821CF Dark Orchid

📋 copy color: '#A821CF'

red 168 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #A821CF

Tints of Dark Orchid #A821CF

RGB

 RED value IS 168 (66.02% from 255) = 41.18%

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

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

R = 41.18%
G = 8.09%
B = 50.74%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A821CF (or 0xA821CF) is known color: Dark Orchid. HEX triplet: A8, 21 and CF. RGB value is (168,33,207). Sum of RGB (Red+Green+Blue) = 168+33+207=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 33 (13.28% from 255 or 8.09% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #A821CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821CF is #57DE30. Grayscale: #5C5C5C. Windows color (decimal): -5758513 or 13574568. OLE color: 13574568.

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

Color convert

RGB 168 33 207 -
CMYK 0.19 0.84 0 0.19
HSL 286.55º 0.73% 0.47% -
HSV(B) 286.55º 0.84% 0.81% -
XYZ 27.95 13.92 60.24 -
YUV 93.2 192.23 181.35 -
System Red Green Blue C M Y K H S L
Decimal 168 33 207 0.19 0.84 0 0.19 286.55 0.73 0.47
Hex A8 21 CF 13 54 0 13 11F 48 2F
Octal 250 41 317 23 124 0 23 437 110 57
Binary 10101000 100001 11001111 10011 1010100 0 10011 100011111 1001000 101111

Color Harmonies of #A821CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A821CF

Black with #A821CF

Text Example


Text Example

White with #A821CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A821CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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