Html Css Color HEX #A125CF Dark Orchid

📋 copy color: '#A125CF'

red 161 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #A125CF

Tints of Dark Orchid #A125CF

RGB

 RED value IS 161 (63.28% from 255) = 39.75%

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 39.75%
G = 9.14%
B = 51.11%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A125CF (or 0xA125CF) is known color: Dark Orchid. HEX triplet: A1, 25 and CF. RGB value is (161,37,207). Sum of RGB (Red+Green+Blue) = 161+37+207=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #A125CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125CF is #5EDA30. Grayscale: #5C5C5C. Windows color (decimal): -6216241 or 13575585. OLE color: 13575585.

HSL color Cylindrical-coordinate representation of color #A125CF: hue angle of 283.76º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A125CF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 37 207 -
CMYK 0.22 0.82 0 0.19
HSL 283.76º 0.7% 0.48% -
HSV(B) 283.76º 0.82% 0.81% -
XYZ 26.62 13.41 60.22 -
YUV 93.46 192.08 176.18 -
System Red Green Blue C M Y K H S L
Decimal 161 37 207 0.22 0.82 0 0.19 283.76 0.7 0.48
Hex A1 25 CF 16 52 0 13 11C 46 30
Octal 241 45 317 26 122 0 23 434 106 60
Binary 10100001 100101 11001111 10110 1010010 0 10011 100011100 1000110 110000

Color Harmonies of #A125CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A125CF

Black with #A125CF

Text Example


Text Example

White with #A125CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A125CF; }

 p { color: rgb(161,37,207); }

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

background-color css

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

 a { background-color: rgb(161,37,207); }

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

border-color css

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

 span { border-color: rgb(161,37,207); }

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