Html Css Color HEX #A621BE Dark Orchid

📋 copy color: '#A621BE'

red 166 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #A621BE

Tints of Dark Orchid #A621BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 42.67%
G = 8.48%
B = 48.84%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A621BE (or 0xA621BE) is known color: Dark Orchid. HEX triplet: A6, 21 and BE. RGB value is (166,33,190). Sum of RGB (Red+Green+Blue) = 166+33+190=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A621BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621BE is #59DE41. Grayscale: #5A5A5A. Windows color (decimal): -5889602 or 12460454. OLE color: 12460454.

HSL color Cylindrical-coordinate representation of color #A621BE: hue angle of 290.83º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A621BE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 33 190 -
CMYK 0.13 0.83 0 0.25
HSL 290.83º 0.7% 0.44% -
HSV(B) 290.83º 0.83% 0.75% -
XYZ 25.56 12.91 49.86 -
YUV 90.67 184.06 181.73 -
System Red Green Blue C M Y K H S L
Decimal 166 33 190 0.13 0.83 0 0.25 290.83 0.7 0.44
Hex A6 21 BE D 53 0 19 123 46 2C
Octal 246 41 276 15 123 0 31 443 106 54
Binary 10100110 100001 10111110 1101 1010011 0 11001 100100011 1000110 101100

Color Harmonies of #A621BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621BE

Black with #A621BE

Text Example


Text Example

White with #A621BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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