Html Css Color HEX #A725BA Dark Orchid

📋 copy color: '#A725BA'

red 167 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A725BA

Tints of Dark Orchid #A725BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 42.82%
G = 9.49%
B = 47.69%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A725BA (or 0xA725BA) is known color: Dark Orchid. HEX triplet: A7, 25 and BA. RGB value is (167,37,186). Sum of RGB (Red+Green+Blue) = 167+37+186=390 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.82% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A725BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725BA is #58DA45. Grayscale: #5C5C5C. Windows color (decimal): -5823046 or 12199335. OLE color: 12199335.

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

Color convert

RGB 167 37 186 -
CMYK 0.10 0.80 0 0.27
HSL 292.35º 0.67% 0.44% -
HSV(B) 292.35º 0.8% 0.73% -
XYZ 25.46 13.08 47.64 -
YUV 92.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 167 37 186 0.10 0.80 0 0.27 292.35 0.67 0.44
Hex A7 25 BA A 50 0 1B 124 43 2C
Octal 247 45 272 12 120 0 33 444 103 54
Binary 10100111 100101 10111010 1010 1010000 0 11011 100100100 1000011 101100

Color Harmonies of #A725BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725BA

Black with #A725BA

Text Example


Text Example

White with #A725BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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