Html Css Color HEX #A431AF Dark Orchid

📋 copy color: '#A431AF'

red 164 ◦ green 49 ◦ blue 175

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

Shades of Dark Orchid #A431AF

Tints of Dark Orchid #A431AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.63%

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

R = 42.27%
G = 12.63%
B = 45.1%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A431AF (or 0xA431AF) is known color: Dark Orchid. HEX triplet: A4, 31 and AF. RGB value is (164,49,175). Sum of RGB (Red+Green+Blue) = 164+49+175=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #A431AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A431AF is #5BCE50. Grayscale: #616161. Windows color (decimal): -6016593 or 11481508. OLE color: 11481508.

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

Color convert

RGB 164 49 175 -
CMYK 0.06 0.72 0 0.31
HSL 294.76º 0.56% 0.44% -
HSV(B) 294.76º 0.72% 0.69% -
XYZ 24.15 13.18 41.83 -
YUV 97.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 164 49 175 0.06 0.72 0 0.31 294.76 0.56 0.44
Hex A4 31 AF 6 48 0 1F 127 38 2C
Octal 244 61 257 6 110 0 37 447 70 54
Binary 10100100 110001 10101111 110 1001000 0 11111 100100111 111000 101100

Color Harmonies of #A431AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431AF

Black with #A431AF

Text Example


Text Example

White with #A431AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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