Html Css Color HEX #A425BC Dark Orchid

📋 copy color: '#A425BC'

red 164 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #A425BC

Tints of Dark Orchid #A425BC

RGB

 RED value IS 164 (64.45% from 255) = 42.16%

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

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

R = 42.16%
G = 9.51%
B = 48.33%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A425BC (or 0xA425BC) is known color: Dark Orchid. HEX triplet: A4, 25 and BC. RGB value is (164,37,188). Sum of RGB (Red+Green+Blue) = 164+37+188=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 37 (14.84% from 255 or 9.51% 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 #A425BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425BC is #5BDA43. Grayscale: #5B5B5B. Windows color (decimal): -6019652 or 12330404. OLE color: 12330404.

HSL color Cylindrical-coordinate representation of color #A425BC: hue angle of 290.46º 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 #A425BC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 37 188 -
CMYK 0.13 0.80 0 0.26
HSL 290.46º 0.67% 0.44% -
HSV(B) 290.46º 0.8% 0.74% -
XYZ 25.05 12.85 48.74 -
YUV 92.19 182.08 179.22 -
System Red Green Blue C M Y K H S L
Decimal 164 37 188 0.13 0.80 0 0.26 290.46 0.67 0.44
Hex A4 25 BC D 50 0 1A 122 43 2C
Octal 244 45 274 15 120 0 32 442 103 54
Binary 10100100 100101 10111100 1101 1010000 0 11010 100100010 1000011 101100

Color Harmonies of #A425BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A425BC

Black with #A425BC

Text Example


Text Example

White with #A425BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A425BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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