Html Css Color HEX #A529C2 Dark Orchid

📋 copy color: '#A529C2'

red 165 ◦ green 41 ◦ blue 194

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

Shades of Dark Orchid #A529C2

Tints of Dark Orchid #A529C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.5%

R = 41.25%
G = 10.25%
B = 48.5%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A529C2 (or 0xA529C2) is known color: Dark Orchid. HEX triplet: A5, 29 and C2. RGB value is (165,41,194). Sum of RGB (Red+Green+Blue) = 165+41+194=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 194 (76.17% from 255 or 48.5% from 400); Max value from RGB is 194 - color contains mainly: blue. Hex color #A529C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529C2 is #5AD63D. Grayscale: #5F5F5F. Windows color (decimal): -5953086 or 12724645. OLE color: 12724645.

HSL color Cylindrical-coordinate representation of color #A529C2: hue angle of 288.63º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A529C2 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 41 194 -
CMYK 0.15 0.79 0 0.24
HSL 288.63º 0.65% 0.46% -
HSV(B) 288.63º 0.79% 0.76% -
XYZ 26.05 13.48 52.27 -
YUV 95.52 183.58 177.56 -
System Red Green Blue C M Y K H S L
Decimal 165 41 194 0.15 0.79 0 0.24 288.63 0.65 0.46
Hex A5 29 C2 F 4F 0 18 121 41 2E
Octal 245 51 302 17 117 0 30 441 101 56
Binary 10100101 101001 11000010 1111 1001111 0 11000 100100001 1000001 101110

Color Harmonies of #A529C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529C2

Black with #A529C2

Text Example


Text Example

White with #A529C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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