Html Css Color HEX #A622BE Dark Orchid

📋 copy color: '#A622BE'

red 166 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #A622BE

Tints of Dark Orchid #A622BE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

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

R = 42.56%
G = 8.72%
B = 48.72%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A622BE (or 0xA622BE) is known color: Dark Orchid. HEX triplet: A6, 22 and BE. RGB value is (166,34,190). Sum of RGB (Red+Green+Blue) = 166+34+190=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #A622BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622BE is #59DD41. Grayscale: #5A5A5A. Windows color (decimal): -5889346 or 12460710. OLE color: 12460710.

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

Color convert

RGB 166 34 190 -
CMYK 0.13 0.82 0 0.25
HSL 290.77º 0.7% 0.44% -
HSV(B) 290.77º 0.82% 0.75% -
XYZ 25.59 12.97 49.87 -
YUV 91.25 183.73 181.32 -
System Red Green Blue C M Y K H S L
Decimal 166 34 190 0.13 0.82 0 0.25 290.77 0.7 0.44
Hex A6 22 BE D 52 0 19 123 46 2C
Octal 246 42 276 15 122 0 31 443 106 54
Binary 10100110 100010 10111110 1101 1010010 0 11001 100100011 1000110 101100

Color Harmonies of #A622BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A622BE

Black with #A622BE

Text Example


Text Example

White with #A622BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A622BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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