Html Css Color HEX #A527C1 Dark Orchid

📋 copy color: '#A527C1'

red 165 ◦ green 39 ◦ blue 193

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

Shades of Dark Orchid #A527C1

Tints of Dark Orchid #A527C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 41.56%
G = 9.82%
B = 48.61%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A527C1 (or 0xA527C1) is known color: Dark Orchid. HEX triplet: A5, 27 and C1. RGB value is (165,39,193). Sum of RGB (Red+Green+Blue) = 165+39+193=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #A527C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527C1 is #5AD83E. Grayscale: #5D5D5D. Windows color (decimal): -5953599 or 12658597. OLE color: 12658597.

HSL color Cylindrical-coordinate representation of color #A527C1: hue angle of 289.09º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A527C1 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 39 193 -
CMYK 0.15 0.80 0 0.24
HSL 289.09º 0.66% 0.45% -
HSV(B) 289.09º 0.8% 0.76% -
XYZ 25.87 13.3 51.66 -
YUV 94.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 165 39 193 0.15 0.80 0 0.24 289.09 0.66 0.45
Hex A5 27 C1 F 50 0 18 121 42 2D
Octal 245 47 301 17 120 0 30 441 102 55
Binary 10100101 100111 11000001 1111 1010000 0 11000 100100001 1000010 101101

Color Harmonies of #A527C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527C1

Black with #A527C1

Text Example


Text Example

White with #A527C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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