Html Css Color HEX #A725C6 Dark Orchid

📋 copy color: '#A725C6'

red 167 ◦ green 37 ◦ blue 198

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

Shades of Dark Orchid #A725C6

Tints of Dark Orchid #A725C6

RGB

 RED value IS 167 (65.63% from 255) = 41.54%

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

 BLUE value IS 198 (77.73% from 255) = 49.25%

R = 41.54%
G = 9.2%
B = 49.25%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A725C6 (or 0xA725C6) is known color: Dark Orchid. HEX triplet: A7, 25 and C6. RGB value is (167,37,198). Sum of RGB (Red+Green+Blue) = 167+37+198=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #A725C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725C6 is #58DA39. Grayscale: #5D5D5D. Windows color (decimal): -5823034 or 12985767. OLE color: 12985767.

HSL color Cylindrical-coordinate representation of color #A725C6: hue angle of 288.45º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A725C6 is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 37 198 -
CMYK 0.16 0.81 0 0.22
HSL 288.45º 0.69% 0.46% -
HSV(B) 288.45º 0.81% 0.78% -
XYZ 26.79 13.62 54.64 -
YUV 94.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 167 37 198 0.16 0.81 0 0.22 288.45 0.69 0.46
Hex A7 25 C6 10 51 0 16 120 45 2E
Octal 247 45 306 20 121 0 26 440 105 56
Binary 10100111 100101 11000110 10000 1010001 0 10110 100100000 1000101 101110

Color Harmonies of #A725C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725C6

Black with #A725C6

Text Example


Text Example

White with #A725C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725C6; }

 p { color: rgb(167,37,198); }

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

background-color css

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

 a { background-color: rgb(167,37,198); }

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

border-color css

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

 span { border-color: rgb(167,37,198); }

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