Html Css Color HEX #A527CD Dark Orchid

📋 copy color: '#A527CD'

red 165 ◦ green 39 ◦ blue 205

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

Shades of Dark Orchid #A527CD

Tints of Dark Orchid #A527CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 40.34%
G = 9.54%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A527CD (or 0xA527CD) is known color: Dark Orchid. HEX triplet: A5, 27 and CD. RGB value is (165,39,205). Sum of RGB (Red+Green+Blue) = 165+39+205=409 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.34% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #A527CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527CD is #5AD832. Grayscale: #5F5F5F. Windows color (decimal): -5953587 or 13445029. OLE color: 13445029.

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

Color convert

RGB 165 39 205 -
CMYK 0.20 0.81 0 0.20
HSL 285.54º 0.68% 0.48% -
HSV(B) 285.54º 0.81% 0.8% -
XYZ 27.26 13.86 59 -
YUV 95.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 165 39 205 0.20 0.81 0 0.20 285.54 0.68 0.48
Hex A5 27 CD 14 51 0 14 11E 44 30
Octal 245 47 315 24 121 0 24 436 104 60
Binary 10100101 100111 11001101 10100 1010001 0 10100 100011110 1000100 110000

Color Harmonies of #A527CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527CD

Black with #A527CD

Text Example


Text Example

White with #A527CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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