Html Css Color HEX #A725B4 Dark Orchid

📋 copy color: '#A725B4'

red 167 ◦ green 37 ◦ blue 180

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

Shades of Dark Orchid #A725B4

Tints of Dark Orchid #A725B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 43.49%
G = 9.64%
B = 46.88%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A725B4 (or 0xA725B4) is known color: Dark Orchid. HEX triplet: A7, 25 and B4. RGB value is (167,37,180). Sum of RGB (Red+Green+Blue) = 167+37+180=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #A725B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725B4 is #58DA4B. Grayscale: #5B5B5B. Windows color (decimal): -5823052 or 11806119. OLE color: 11806119.

HSL color Cylindrical-coordinate representation of color #A725B4: hue angle of 294.55º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A725B4 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 37 180 -
CMYK 0.07 0.79 0 0.29
HSL 294.55º 0.66% 0.43% -
HSV(B) 294.55º 0.79% 0.71% -
XYZ 24.84 12.83 44.35 -
YUV 92.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 167 37 180 0.07 0.79 0 0.29 294.55 0.66 0.43
Hex A7 25 B4 7 4F 0 1D 127 42 2B
Octal 247 45 264 7 117 0 35 447 102 53
Binary 10100111 100101 10110100 111 1001111 0 11101 100100111 1000010 101011

Color Harmonies of #A725B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A725B4

Black with #A725B4

Text Example


Text Example

White with #A725B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A725B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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