Html Css Color HEX #A529CF Dark Orchid

📋 copy color: '#A529CF'

red 165 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #A529CF

Tints of Dark Orchid #A529CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 39.95%
G = 9.93%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A529CF (or 0xA529CF) is known color: Dark Orchid. HEX triplet: A5, 29 and CF. RGB value is (165,41,207). Sum of RGB (Red+Green+Blue) = 165+41+207=413 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.95% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #A529CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A529CF is #5AD630. Grayscale: #606060. Windows color (decimal): -5953073 or 13576613. OLE color: 13576613.

HSL color Cylindrical-coordinate representation of color #A529CF: hue angle of 284.82º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A529CF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 41 207 -
CMYK 0.20 0.80 0 0.19
HSL 284.82º 0.67% 0.49% -
HSV(B) 284.82º 0.8% 0.81% -
XYZ 27.57 14.09 60.3 -
YUV 97 190.08 176.5 -
System Red Green Blue C M Y K H S L
Decimal 165 41 207 0.20 0.80 0 0.19 284.82 0.67 0.49
Hex A5 29 CF 14 50 0 13 11D 43 31
Octal 245 51 317 24 120 0 23 435 103 61
Binary 10100101 101001 11001111 10100 1010000 0 10011 100011101 1000011 110001

Color Harmonies of #A529CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529CF

Black with #A529CF

Text Example


Text Example

White with #A529CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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