Html Css Color HEX #A525C9 Dark Orchid

📋 copy color: '#A525C9'

red 165 ◦ green 37 ◦ blue 201

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

Shades of Dark Orchid #A525C9

Tints of Dark Orchid #A525C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.88%

R = 40.94%
G = 9.18%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A525C9 (or 0xA525C9) is known color: Dark Orchid. HEX triplet: A5, 25 and C9. RGB value is (165,37,201). Sum of RGB (Red+Green+Blue) = 165+37+201=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #A525C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525C9 is #5ADA36. Grayscale: #5D5D5D. Windows color (decimal): -5954103 or 13182373. OLE color: 13182373.

HSL color Cylindrical-coordinate representation of color #A525C9: hue angle of 286.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A525C9 is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 37 201 -
CMYK 0.18 0.82 0 0.21
HSL 286.83º 0.69% 0.47% -
HSV(B) 286.83º 0.82% 0.79% -
XYZ 26.72 13.54 56.46 -
YUV 93.97 188.41 178.66 -
System Red Green Blue C M Y K H S L
Decimal 165 37 201 0.18 0.82 0 0.21 286.83 0.69 0.47
Hex A5 25 C9 12 52 0 15 11F 45 2F
Octal 245 45 311 22 122 0 25 437 105 57
Binary 10100101 100101 11001001 10010 1010010 0 10101 100011111 1000101 101111

Color Harmonies of #A525C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525C9

Black with #A525C9

Text Example


Text Example

White with #A525C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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