Html Css Color HEX #A334AC Dark Orchid

📋 copy color: '#A334AC'

red 163 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #A334AC

Tints of Dark Orchid #A334AC

RGB

 RED value IS 163 (64.06% from 255) = 42.12%

 GREEN value IS 52 (20.7% from 255) = 13.44%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 42.12%
G = 13.44%
B = 44.44%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A334AC (or 0xA334AC) is known color: Dark Orchid. HEX triplet: A3, 34 and AC. RGB value is (163,52,172). Sum of RGB (Red+Green+Blue) = 163+52+172=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A334AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A334AC is #5CCB53. Grayscale: #626262. Windows color (decimal): -6081364 or 11285667. OLE color: 11285667.

HSL color Cylindrical-coordinate representation of color #A334AC: hue angle of 295.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A334AC is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 52 172 -
CMYK 0.05 0.70 0 0.33
HSL 295.5º 0.54% 0.44% -
HSV(B) 295.5º 0.7% 0.67% -
XYZ 23.78 13.22 40.33 -
YUV 98.87 169.27 173.74 -
System Red Green Blue C M Y K H S L
Decimal 163 52 172 0.05 0.70 0 0.33 295.5 0.54 0.44
Hex A3 34 AC 5 46 0 21 128 36 2C
Octal 243 64 254 5 106 0 41 450 66 54
Binary 10100011 110100 10101100 101 1000110 0 100001 100101000 110110 101100

Color Harmonies of #A334AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A334AC

Black with #A334AC

Text Example


Text Example

White with #A334AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A334AC; }

 p { color: rgb(163,52,172); }

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

background-color css

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

 a { background-color: rgb(163,52,172); }

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

border-color css

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

 span { border-color: rgb(163,52,172); }

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