Html Css Color HEX #A736AF Dark Orchid

📋 copy color: '#A736AF'

red 167 ◦ green 54 ◦ blue 175

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

Shades of Dark Orchid #A736AF

Tints of Dark Orchid #A736AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.64%

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

R = 42.17%
G = 13.64%
B = 44.19%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A736AF (or 0xA736AF) is known color: Dark Orchid. HEX triplet: A7, 36 and AF. RGB value is (167,54,175). Sum of RGB (Red+Green+Blue) = 167+54+175=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 175 - color contains mainly: blue. Hex color #A736AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736AF is #58C950. Grayscale: #656565. Windows color (decimal): -5818705 or 11482791. OLE color: 11482791.

HSL color Cylindrical-coordinate representation of color #A736AF: hue angle of 296.03º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A736AF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 54 175 -
CMYK 0.05 0.69 0 0.31
HSL 296.03º 0.53% 0.45% -
HSV(B) 296.03º 0.69% 0.69% -
XYZ 24.99 13.95 41.93 -
YUV 101.58 169.44 174.66 -
System Red Green Blue C M Y K H S L
Decimal 167 54 175 0.05 0.69 0 0.31 296.03 0.53 0.45
Hex A7 36 AF 5 45 0 1F 128 35 2D
Octal 247 66 257 5 105 0 37 450 65 55
Binary 10100111 110110 10101111 101 1000101 0 11111 100101000 110101 101101

Color Harmonies of #A736AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A736AF

Black with #A736AF

Text Example


Text Example

White with #A736AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A736AF; }

 p { color: rgb(167,54,175); }

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

background-color css

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

 a { background-color: rgb(167,54,175); }

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

border-color css

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

 span { border-color: rgb(167,54,175); }

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