Html Css Color HEX #A621B6 Dark Orchid

📋 copy color: '#A621B6'

red 166 ◦ green 33 ◦ blue 182

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

Shades of Dark Orchid #A621B6

Tints of Dark Orchid #A621B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.77%

R = 43.57%
G = 8.66%
B = 47.77%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A621B6 (or 0xA621B6) is known color: Dark Orchid. HEX triplet: A6, 21 and B6. RGB value is (166,33,182). Sum of RGB (Red+Green+Blue) = 166+33+182=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 182 (71.48% from 255 or 47.77% from 381); Max value from RGB is 182 - color contains mainly: blue. Hex color #A621B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621B6 is #59DE49. Grayscale: #595959. Windows color (decimal): -5889610 or 11936166. OLE color: 11936166.

HSL color Cylindrical-coordinate representation of color #A621B6: hue angle of 293.56º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A621B6 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 33 182 -
CMYK 0.09 0.82 0 0.29
HSL 293.56º 0.69% 0.42% -
HSV(B) 293.56º 0.82% 0.71% -
XYZ 24.71 12.57 45.38 -
YUV 89.75 180.06 182.38 -
System Red Green Blue C M Y K H S L
Decimal 166 33 182 0.09 0.82 0 0.29 293.56 0.69 0.42
Hex A6 21 B6 9 52 0 1D 126 45 2A
Octal 246 41 266 11 122 0 35 446 105 52
Binary 10100110 100001 10110110 1001 1010010 0 11101 100100110 1000101 101010

Color Harmonies of #A621B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621B6

Black with #A621B6

Text Example


Text Example

White with #A621B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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