Html Css Color HEX #A624BC Dark Orchid

📋 copy color: '#A624BC'

red 166 ◦ green 36 ◦ blue 188

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

Shades of Dark Orchid #A624BC

Tints of Dark Orchid #A624BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 42.56%
G = 9.23%
B = 48.21%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A624BC (or 0xA624BC) is known color: Dark Orchid. HEX triplet: A6, 24 and BC. RGB value is (166,36,188). Sum of RGB (Red+Green+Blue) = 166+36+188=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #A624BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624BC is #59DB43. Grayscale: #5B5B5B. Windows color (decimal): -5888836 or 12330150. OLE color: 12330150.

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

Color convert

RGB 166 36 188 -
CMYK 0.12 0.81 0 0.26
HSL 291.32º 0.68% 0.44% -
HSV(B) 291.32º 0.81% 0.74% -
XYZ 25.43 13 48.75 -
YUV 92.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 166 36 188 0.12 0.81 0 0.26 291.32 0.68 0.44
Hex A6 24 BC C 51 0 1A 123 44 2C
Octal 246 44 274 14 121 0 32 443 104 54
Binary 10100110 100100 10111100 1100 1010001 0 11010 100100011 1000100 101100

Color Harmonies of #A624BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624BC

Black with #A624BC

Text Example


Text Example

White with #A624BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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