Html Css Color HEX #A621CC Dark Orchid

📋 copy color: '#A621CC'

red 166 ◦ green 33 ◦ blue 204

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

Shades of Dark Orchid #A621CC

Tints of Dark Orchid #A621CC

RGB

 RED value IS 166 (65.23% from 255) = 41.19%

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 41.19%
G = 8.19%
B = 50.62%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A621CC (or 0xA621CC) is known color: Dark Orchid. HEX triplet: A6, 21 and CC. RGB value is (166,33,204). Sum of RGB (Red+Green+Blue) = 166+33+204=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #A621CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621CC is #59DE33. Grayscale: #5B5B5B. Windows color (decimal): -5889588 or 13377958. OLE color: 13377958.

HSL color Cylindrical-coordinate representation of color #A621CC: hue angle of 286.67º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A621CC is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 33 204 -
CMYK 0.19 0.84 0 0.2
HSL 286.67º 0.72% 0.46% -
HSV(B) 286.67º 0.84% 0.8% -
XYZ 27.17 13.55 58.31 -
YUV 92.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 166 33 204 0.19 0.84 0 0.2 286.67 0.72 0.46
Hex A6 21 CC 13 54 0 14 11F 48 2E
Octal 246 41 314 23 124 0 24 437 110 56
Binary 10100110 100001 11001100 10011 1010100 0 10100 100011111 1001000 101110

Color Harmonies of #A621CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621CC

Black with #A621CC

Text Example


Text Example

White with #A621CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621CC; }

 p { color: rgb(166,33,204); }

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

background-color css

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

 a { background-color: rgb(166,33,204); }

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

border-color css

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

 span { border-color: rgb(166,33,204); }

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