Html Css Color HEX #A525CE Dark Orchid

📋 copy color: '#A525CE'

red 165 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #A525CE

Tints of Dark Orchid #A525CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.49%

R = 40.44%
G = 9.07%
B = 50.49%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A525CE (or 0xA525CE) is known color: Dark Orchid. HEX triplet: A5, 25 and CE. RGB value is (165,37,206). Sum of RGB (Red+Green+Blue) = 165+37+206=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #A525CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A525CE is #5ADA31. Grayscale: #5D5D5D. Windows color (decimal): -5954098 or 13510053. OLE color: 13510053.

HSL color Cylindrical-coordinate representation of color #A525CE: hue angle of 285.44º 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 #A525CE is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 37 206 -
CMYK 0.20 0.82 0 0.19
HSL 285.44º 0.7% 0.48% -
HSV(B) 285.44º 0.82% 0.81% -
XYZ 27.32 13.78 59.61 -
YUV 94.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 165 37 206 0.20 0.82 0 0.19 285.44 0.7 0.48
Hex A5 25 CE 14 52 0 13 11D 46 30
Octal 245 45 316 24 122 0 23 435 106 60
Binary 10100101 100101 11001110 10100 1010010 0 10011 100011101 1000110 110000

Color Harmonies of #A525CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A525CE

Black with #A525CE

Text Example


Text Example

White with #A525CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A525CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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