Html Css Color HEX #A625BC Dark Orchid

📋 copy color: '#A625BC'

red 166 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #A625BC

Tints of Dark Orchid #A625BC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.46%

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

R = 42.46%
G = 9.46%
B = 48.08%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A625BC (or 0xA625BC) is known color: Dark Orchid. HEX triplet: A6, 25 and BC. RGB value is (166,37,188). Sum of RGB (Red+Green+Blue) = 166+37+188=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A625BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A625BC is #59DA43. Grayscale: #5C5C5C. Windows color (decimal): -5888580 or 12330406. OLE color: 12330406.

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

Color convert

RGB 166 37 188 -
CMYK 0.12 0.80 0 0.26
HSL 291.26º 0.67% 0.44% -
HSV(B) 291.26º 0.8% 0.74% -
XYZ 25.46 13.06 48.76 -
YUV 92.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 166 37 188 0.12 0.80 0 0.26 291.26 0.67 0.44
Hex A6 25 BC C 50 0 1A 123 43 2C
Octal 246 45 274 14 120 0 32 443 103 54
Binary 10100110 100101 10111100 1100 1010000 0 11010 100100011 1000011 101100

Color Harmonies of #A625BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A625BC

Black with #A625BC

Text Example


Text Example

White with #A625BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A625BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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