Html Css Color HEX #A527BD Dark Orchid

📋 copy color: '#A527BD'

red 165 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #A527BD

Tints of Dark Orchid #A527BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 41.98%
G = 9.92%
B = 48.09%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A527BD (or 0xA527BD) is known color: Dark Orchid. HEX triplet: A5, 27 and BD. RGB value is (165,39,189). Sum of RGB (Red+Green+Blue) = 165+39+189=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #A527BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527BD is #5AD842. Grayscale: #5D5D5D. Windows color (decimal): -5953603 or 12396453. OLE color: 12396453.

HSL color Cylindrical-coordinate representation of color #A527BD: hue angle of 290.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A527BD is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 39 189 -
CMYK 0.13 0.79 0 0.26
HSL 290.4º 0.66% 0.45% -
HSV(B) 290.4º 0.79% 0.74% -
XYZ 25.43 13.12 49.34 -
YUV 93.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 165 39 189 0.13 0.79 0 0.26 290.4 0.66 0.45
Hex A5 27 BD D 4F 0 1A 122 42 2D
Octal 245 47 275 15 117 0 32 442 102 55
Binary 10100101 100111 10111101 1101 1001111 0 11010 100100010 1000010 101101

Color Harmonies of #A527BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527BD

Black with #A527BD

Text Example


Text Example

White with #A527BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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