Html Css Color HEX #A527CE Dark Orchid

📋 copy color: '#A527CE'

red 165 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #A527CE

Tints of Dark Orchid #A527CE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.51%

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

R = 40.24%
G = 9.51%
B = 50.24%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A527CE (or 0xA527CE) is known color: Dark Orchid. HEX triplet: A5, 27 and CE. RGB value is (165,39,206). Sum of RGB (Red+Green+Blue) = 165+39+206=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #A527CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527CE is #5AD831. Grayscale: #5F5F5F. Windows color (decimal): -5953586 or 13510565. OLE color: 13510565.

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

Color convert

RGB 165 39 206 -
CMYK 0.20 0.81 0 0.19
HSL 285.27º 0.68% 0.48% -
HSV(B) 285.27º 0.81% 0.81% -
XYZ 27.38 13.91 59.63 -
YUV 95.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 165 39 206 0.20 0.81 0 0.19 285.27 0.68 0.48
Hex A5 27 CE 14 51 0 13 11D 44 30
Octal 245 47 316 24 121 0 23 435 104 60
Binary 10100101 100111 11001110 10100 1010001 0 10011 100011101 1000100 110000

Color Harmonies of #A527CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527CE

Black with #A527CE

Text Example


Text Example

White with #A527CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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