Html Css Color HEX #A527BA Dark Orchid

📋 copy color: '#A527BA'

red 165 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #A527BA

Tints of Dark Orchid #A527BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 42.31%
G = 10%
B = 47.69%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A527BA (or 0xA527BA) is known color: Dark Orchid. HEX triplet: A5, 27 and BA. RGB value is (165,39,186). Sum of RGB (Red+Green+Blue) = 165+39+186=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A527BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527BA is #5AD845. Grayscale: #5C5C5C. Windows color (decimal): -5953606 or 12199845. OLE color: 12199845.

HSL color Cylindrical-coordinate representation of color #A527BA: hue angle of 291.43º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A527BA is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 39 186 -
CMYK 0.11 0.79 0 0.27
HSL 291.43º 0.65% 0.44% -
HSV(B) 291.43º 0.79% 0.73% -
XYZ 25.11 13 47.64 -
YUV 93.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 165 39 186 0.11 0.79 0 0.27 291.43 0.65 0.44
Hex A5 27 BA B 4F 0 1B 123 41 2C
Octal 245 47 272 13 117 0 33 443 101 54
Binary 10100101 100111 10111010 1011 1001111 0 11011 100100011 1000001 101100

Color Harmonies of #A527BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527BA

Black with #A527BA

Text Example


Text Example

White with #A527BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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