Html Css Color HEX #A527AB Dark Orchid

📋 copy color: '#A527AB'

red 165 ◦ green 39 ◦ blue 171

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

Shades of Dark Orchid #A527AB

Tints of Dark Orchid #A527AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 44%
G = 10.4%
B = 45.6%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A527AB (or 0xA527AB) is known color: Dark Orchid. HEX triplet: A5, 27 and AB. RGB value is (165,39,171). Sum of RGB (Red+Green+Blue) = 165+39+171=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 39 (15.62% from 255 or 10.4% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #A527AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A527AB is #5AD854. Grayscale: #5B5B5B. Windows color (decimal): -5953621 or 11216805. OLE color: 11216805.

HSL color Cylindrical-coordinate representation of color #A527AB: hue angle of 297.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A527AB is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 39 171 -
CMYK 0.04 0.77 0 0.33
HSL 297.27º 0.63% 0.41% -
HSV(B) 297.27º 0.77% 0.67% -
XYZ 23.59 12.39 39.68 -
YUV 91.72 172.74 180.27 -
System Red Green Blue C M Y K H S L
Decimal 165 39 171 0.04 0.77 0 0.33 297.27 0.63 0.41
Hex A5 27 AB 4 4D 0 21 129 3F 29
Octal 245 47 253 4 115 0 41 451 77 51
Binary 10100101 100111 10101011 100 1001101 0 100001 100101001 111111 101001

Color Harmonies of #A527AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A527AB

Black with #A527AB

Text Example


Text Example

White with #A527AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A527AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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