Html Css Color HEX #A623BC Dark Orchid

📋 copy color: '#A623BC'

red 166 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #A623BC

Tints of Dark Orchid #A623BC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9%

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

R = 42.67%
G = 9%
B = 48.33%

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

#A623BC (or 0xA623BC) is known color: Dark Orchid. HEX triplet: A6, 23 and BC. RGB value is (166,35,188). Sum of RGB (Red+Green+Blue) = 166+35+188=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #A623BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A623BC is #59DC43. Grayscale: #5B5B5B. Windows color (decimal): -5889092 or 12329894. OLE color: 12329894.

HSL color Cylindrical-coordinate representation of color #A623BC: hue angle of 291.37º degrees, saturation: 0.69, 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 #A623BC is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 35 188 -
CMYK 0.12 0.81 0 0.26
HSL 291.37º 0.69% 0.44% -
HSV(B) 291.37º 0.81% 0.74% -
XYZ 25.4 12.94 48.74 -
YUV 91.61 182.4 181.06 -
System Red Green Blue C M Y K H S L
Decimal 166 35 188 0.12 0.81 0 0.26 291.37 0.69 0.44
Hex A6 23 BC C 51 0 1A 123 45 2C
Octal 246 43 274 14 121 0 32 443 105 54
Binary 10100110 100011 10111100 1100 1010001 0 11010 100100011 1000101 101100

Color Harmonies of #A623BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A623BC

Black with #A623BC

Text Example


Text Example

White with #A623BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A623BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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