Html Css Color HEX #A525BA Dark Orchid

📋 copy color: '#A525BA'

red 165 ◦ green 37 ◦ blue 186

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

Shades of Dark Orchid #A525BA

Tints of Dark Orchid #A525BA

RGB

 RED value IS 165 (64.84% from 255) = 42.53%

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

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

R = 42.53%
G = 9.54%
B = 47.94%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A525BA (or 0xA525BA) is known color: Dark Orchid. HEX triplet: A5, 25 and BA. RGB value is (165,37,186). Sum of RGB (Red+Green+Blue) = 165+37+186=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #A525BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525BA is #5ADA45. Grayscale: #5B5B5B. Windows color (decimal): -5954118 or 12199333. OLE color: 12199333.

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

Color convert

RGB 165 37 186 -
CMYK 0.11 0.80 0 0.27
HSL 291.54º 0.67% 0.44% -
HSV(B) 291.54º 0.8% 0.73% -
XYZ 25.04 12.87 47.62 -
YUV 92.26 180.91 179.88 -
System Red Green Blue C M Y K H S L
Decimal 165 37 186 0.11 0.80 0 0.27 291.54 0.67 0.44
Hex A5 25 BA B 50 0 1B 124 43 2C
Octal 245 45 272 13 120 0 33 444 103 54
Binary 10100101 100101 10111010 1011 1010000 0 11011 100100100 1000011 101100

Color Harmonies of #A525BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525BA

Black with #A525BA

Text Example


Text Example

White with #A525BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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