Html Css Color HEX #A527DA Dark Orchid

📋 copy color: '#A527DA'

red 165 ◦ green 39 ◦ blue 218

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

Shades of Dark Orchid #A527DA

Tints of Dark Orchid #A527DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.66%

R = 39.1%
G = 9.24%
B = 51.66%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A527DA (or 0xA527DA) is known color: Dark Orchid. HEX triplet: A5, 27 and DA. RGB value is (165,39,218). Sum of RGB (Red+Green+Blue) = 165+39+218=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 39 (15.62% from 255 or 9.24% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #A527DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527DA is #5AD825. Grayscale: #606060. Windows color (decimal): -5953574 or 14296997. OLE color: 14296997.

HSL color Cylindrical-coordinate representation of color #A527DA: hue angle of 282.23º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A527DA is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 39 218 -
CMYK 0.24 0.82 0 0.15
HSL 282.23º 0.71% 0.5% -
HSV(B) 282.23º 0.82% 0.85% -
XYZ 28.9 14.51 67.61 -
YUV 97.08 196.24 176.45 -
System Red Green Blue C M Y K H S L
Decimal 165 39 218 0.24 0.82 0 0.15 282.23 0.71 0.5
Hex A5 27 DA 18 52 0 F 11A 47 32
Octal 245 47 332 30 122 0 17 432 107 62
Binary 10100101 100111 11011010 11000 1010010 0 1111 100011010 1000111 110010

Color Harmonies of #A527DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527DA

Black with #A527DA

Text Example


Text Example

White with #A527DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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