Html Css Color HEX #A735AC Dark Orchid

📋 copy color: '#A735AC'

red 167 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #A735AC

Tints of Dark Orchid #A735AC

RGB

 RED value IS 167 (65.63% from 255) = 42.6%

 GREEN value IS 53 (21.09% from 255) = 13.52%

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

R = 42.6%
G = 13.52%
B = 43.88%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A735AC (or 0xA735AC) is known color: Dark Orchid. HEX triplet: A7, 35 and AC. RGB value is (167,53,172). Sum of RGB (Red+Green+Blue) = 167+53+172=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #A735AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A735AC is #58CA53. Grayscale: #646464. Windows color (decimal): -5818964 or 11285927. OLE color: 11285927.

HSL color Cylindrical-coordinate representation of color #A735AC: hue angle of 297.48º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A735AC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 53 172 -
CMYK 0.03 0.69 0 0.33
HSL 297.48º 0.53% 0.44% -
HSV(B) 297.48º 0.69% 0.67% -
XYZ 24.66 13.74 40.38 -
YUV 100.65 168.27 175.32 -
System Red Green Blue C M Y K H S L
Decimal 167 53 172 0.03 0.69 0 0.33 297.48 0.53 0.44
Hex A7 35 AC 3 45 0 21 129 35 2C
Octal 247 65 254 3 105 0 41 451 65 54
Binary 10100111 110101 10101100 11 1000101 0 100001 100101001 110101 101100

Color Harmonies of #A735AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735AC

Black with #A735AC

Text Example


Text Example

White with #A735AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735AC; }

 p { color: rgb(167,53,172); }

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

background-color css

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

 a { background-color: rgb(167,53,172); }

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

border-color css

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

 span { border-color: rgb(167,53,172); }

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