Html Css Color HEX #A431C7 Dark Orchid

📋 copy color: '#A431C7'

red 164 ◦ green 49 ◦ blue 199

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

Shades of Dark Orchid #A431C7

Tints of Dark Orchid #A431C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.3%

R = 39.81%
G = 11.89%
B = 48.3%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A431C7 (or 0xA431C7) is known color: Dark Orchid. HEX triplet: A4, 31 and C7. RGB value is (164,49,199). Sum of RGB (Red+Green+Blue) = 164+49+199=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 199 - color contains mainly: blue. Hex color #A431C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A431C7 is #5BCE38. Grayscale: #646464. Windows color (decimal): -6016569 or 13054372. OLE color: 13054372.

HSL color Cylindrical-coordinate representation of color #A431C7: hue angle of 286º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A431C7 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 49 199 -
CMYK 0.18 0.75 0 0.22
HSL 286º 0.6% 0.49% -
HSV(B) 286º 0.75% 0.78% -
XYZ 26.72 14.21 55.37 -
YUV 100.49 183.6 173.3 -
System Red Green Blue C M Y K H S L
Decimal 164 49 199 0.18 0.75 0 0.22 286 0.6 0.49
Hex A4 31 C7 12 4B 0 16 11E 3C 31
Octal 244 61 307 22 113 0 26 436 74 61
Binary 10100100 110001 11000111 10010 1001011 0 10110 100011110 111100 110001

Color Harmonies of #A431C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A431C7

Black with #A431C7

Text Example


Text Example

White with #A431C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A431C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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