Html Css Color HEX #A529C3 Dark Orchid

📋 copy color: '#A529C3'

red 165 ◦ green 41 ◦ blue 195

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

Shades of Dark Orchid #A529C3

Tints of Dark Orchid #A529C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 41.15%
G = 10.22%
B = 48.63%

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

#A529C3 (or 0xA529C3) is known color: Dark Orchid. HEX triplet: A5, 29 and C3. RGB value is (165,41,195). Sum of RGB (Red+Green+Blue) = 165+41+195=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #A529C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529C3 is #5AD63C. Grayscale: #5F5F5F. Windows color (decimal): -5953085 or 12790181. OLE color: 12790181.

HSL color Cylindrical-coordinate representation of color #A529C3: hue angle of 288.31º 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 #A529C3 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 41 195 -
CMYK 0.15 0.79 0 0.24
HSL 288.31º 0.65% 0.46% -
HSV(B) 288.31º 0.79% 0.76% -
XYZ 26.16 13.53 52.86 -
YUV 95.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 165 41 195 0.15 0.79 0 0.24 288.31 0.65 0.46
Hex A5 29 C3 F 4F 0 18 120 41 2E
Octal 245 51 303 17 117 0 30 440 101 56
Binary 10100101 101001 11000011 1111 1001111 0 11000 100100000 1000001 101110

Color Harmonies of #A529C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529C3

Black with #A529C3

Text Example


Text Example

White with #A529C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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