Html Css Color HEX #A529BE Dark Orchid

📋 copy color: '#A529BE'

red 165 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #A529BE

Tints of Dark Orchid #A529BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 41.67%
G = 10.35%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A529BE (or 0xA529BE) is known color: Dark Orchid. HEX triplet: A5, 29 and BE. RGB value is (165,41,190). Sum of RGB (Red+Green+Blue) = 165+41+190=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #A529BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529BE is #5AD641. Grayscale: #5E5E5E. Windows color (decimal): -5953090 or 12462501. OLE color: 12462501.

HSL color Cylindrical-coordinate representation of color #A529BE: hue angle of 289.93º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A529BE is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 41 190 -
CMYK 0.13 0.78 0 0.25
HSL 289.93º 0.65% 0.45% -
HSV(B) 289.93º 0.78% 0.75% -
XYZ 25.6 13.3 49.93 -
YUV 95.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 165 41 190 0.13 0.78 0 0.25 289.93 0.65 0.45
Hex A5 29 BE D 4E 0 19 122 41 2D
Octal 245 51 276 15 116 0 31 442 101 55
Binary 10100101 101001 10111110 1101 1001110 0 11001 100100010 1000001 101101

Color Harmonies of #A529BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529BE

Black with #A529BE

Text Example


Text Example

White with #A529BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529BE; }

 p { color: rgb(165,41,190); }

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

background-color css

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

 a { background-color: rgb(165,41,190); }

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

border-color css

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

 span { border-color: rgb(165,41,190); }

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