Html Css Color HEX #A429AF Dark Orchid

📋 copy color: '#A429AF'

red 164 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #A429AF

Tints of Dark Orchid #A429AF

RGB

 RED value IS 164 (64.45% from 255) = 43.16%

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 43.16%
G = 10.79%
B = 46.05%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A429AF (or 0xA429AF) is known color: Dark Orchid. HEX triplet: A4, 29 and AF. RGB value is (164,41,175). Sum of RGB (Red+Green+Blue) = 164+41+175=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #A429AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A429AF is #5BD650. Grayscale: #5C5C5C. Windows color (decimal): -6018641 or 11479460. OLE color: 11479460.

HSL color Cylindrical-coordinate representation of color #A429AF: hue angle of 295.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A429AF is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 41 175 -
CMYK 0.06 0.77 0 0.31
HSL 295.07º 0.62% 0.42% -
HSV(B) 295.07º 0.77% 0.69% -
XYZ 23.84 12.57 41.73 -
YUV 93.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 164 41 175 0.06 0.77 0 0.31 295.07 0.62 0.42
Hex A4 29 AF 6 4D 0 1F 127 3E 2A
Octal 244 51 257 6 115 0 37 447 76 52
Binary 10100100 101001 10101111 110 1001101 0 11111 100100111 111110 101010

Color Harmonies of #A429AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A429AF

Black with #A429AF

Text Example


Text Example

White with #A429AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A429AF; }

 p { color: rgb(164,41,175); }

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

background-color css

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

 a { background-color: rgb(164,41,175); }

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

border-color css

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

 span { border-color: rgb(164,41,175); }

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