Html Css Color HEX #A624BE Dark Orchid

📋 copy color: '#A624BE'

red 166 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A624BE

Tints of Dark Orchid #A624BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.18%

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

R = 42.35%
G = 9.18%
B = 48.47%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A624BE (or 0xA624BE) is known color: Dark Orchid. HEX triplet: A6, 24 and BE. RGB value is (166,36,190). Sum of RGB (Red+Green+Blue) = 166+36+190=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 36 (14.45% from 255 or 9.18% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A624BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624BE is #59DB41. Grayscale: #5B5B5B. Windows color (decimal): -5888834 or 12461222. OLE color: 12461222.

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

Color convert

RGB 166 36 190 -
CMYK 0.13 0.81 0 0.25
HSL 290.65º 0.68% 0.44% -
HSV(B) 290.65º 0.81% 0.75% -
XYZ 25.65 13.09 49.89 -
YUV 92.43 183.07 180.48 -
System Red Green Blue C M Y K H S L
Decimal 166 36 190 0.13 0.81 0 0.25 290.65 0.68 0.44
Hex A6 24 BE D 51 0 19 123 44 2C
Octal 246 44 276 15 121 0 31 443 104 54
Binary 10100110 100100 10111110 1101 1010001 0 11001 100100011 1000100 101100

Color Harmonies of #A624BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624BE

Black with #A624BE

Text Example


Text Example

White with #A624BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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