Html Css Color HEX #A525BE Dark Orchid

📋 copy color: '#A525BE'

red 165 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #A525BE

Tints of Dark Orchid #A525BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 42.09%
G = 9.44%
B = 48.47%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A525BE (or 0xA525BE) is known color: Dark Orchid. HEX triplet: A5, 25 and BE. RGB value is (165,37,190). Sum of RGB (Red+Green+Blue) = 165+37+190=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A525BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525BE is #5ADA41. Grayscale: #5C5C5C. Windows color (decimal): -5954114 or 12461477. OLE color: 12461477.

HSL color Cylindrical-coordinate representation of color #A525BE: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A525BE is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 37 190 -
CMYK 0.13 0.81 0 0.25
HSL 290.2º 0.67% 0.45% -
HSV(B) 290.2º 0.81% 0.75% -
XYZ 25.47 13.04 49.89 -
YUV 92.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 165 37 190 0.13 0.81 0 0.25 290.2 0.67 0.45
Hex A5 25 BE D 51 0 19 122 43 2D
Octal 245 45 276 15 121 0 31 442 103 55
Binary 10100101 100101 10111110 1101 1010001 0 11001 100100010 1000011 101101

Color Harmonies of #A525BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525BE

Black with #A525BE

Text Example


Text Example

White with #A525BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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