Html Css Color HEX #A529B2 Dark Orchid

📋 copy color: '#A529B2'

red 165 ◦ green 41 ◦ blue 178

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

Shades of Dark Orchid #A529B2

Tints of Dark Orchid #A529B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 46.35%

R = 42.97%
G = 10.68%
B = 46.35%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A529B2 (or 0xA529B2) is known color: Dark Orchid. HEX triplet: A5, 29 and B2. RGB value is (165,41,178). Sum of RGB (Red+Green+Blue) = 165+41+178=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 178 (69.92% from 255 or 46.35% from 384); Max value from RGB is 178 - color contains mainly: blue. Hex color #A529B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529B2 is #5AD64D. Grayscale: #5D5D5D. Windows color (decimal): -5953102 or 11676069. OLE color: 11676069.

HSL color Cylindrical-coordinate representation of color #A529B2: hue angle of 294.31º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A529B2 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 41 178 -
CMYK 0.07 0.77 0 0.30
HSL 294.31º 0.63% 0.43% -
HSV(B) 294.31º 0.77% 0.7% -
XYZ 24.35 12.8 43.31 -
YUV 93.69 175.58 178.86 -
System Red Green Blue C M Y K H S L
Decimal 165 41 178 0.07 0.77 0 0.30 294.31 0.63 0.43
Hex A5 29 B2 7 4D 0 1E 126 3F 2B
Octal 245 51 262 7 115 0 36 446 77 53
Binary 10100101 101001 10110010 111 1001101 0 11110 100100110 111111 101011

Color Harmonies of #A529B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529B2

Black with #A529B2

Text Example


Text Example

White with #A529B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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